Session Variable problem-Please Help
From: Badrinath Mohan (bmohan_at_uncc.edu)
Date: 05/06/03
- Next message: Yury Zenkevich: "Re: Accessing LAN resources from aspnet app ?"
- Previous message: Philippe Morin: "Re: Accessing LAN resources from aspnet app ?"
- Next in thread: Elango Meenakshisundaram: "Re: Session Variable problem-Please Help"
- Reply: Elango Meenakshisundaram: "Re: Session Variable problem-Please Help"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Tue, 6 May 2003 11:30:36 -0400
Hello Guys
I have a problem using the session variables..please look at the code
below...
http://mysite.edu/test1.asp (Site 1)
Session("DummyVariable")="Mynamehere"
http://mypc.edu/test2.asp (Another Site ,site 2)
Response.Write("the dummy variable is " & Session("DummyVariable"))
Its NOT working ....the Session("DummyVariable") returns null.. and not gets
printed...
But if it is in the same PC(site) i am able to get it...
Why is it so...??
Please help me..
Regards
Badri
- Next message: Yury Zenkevich: "Re: Accessing LAN resources from aspnet app ?"
- Previous message: Philippe Morin: "Re: Accessing LAN resources from aspnet app ?"
- Next in thread: Elango Meenakshisundaram: "Re: Session Variable problem-Please Help"
- Reply: Elango Meenakshisundaram: "Re: Session Variable problem-Please Help"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]