Session state relies on a cookie being sent from the server to the browser
(on the first request), and then being sent by the browser to the server on
each subsequent request. I would check your security software, and ensure
that it is not blocking cookies. I would also check your browser
configuration to ensure that cookies are being accepted in the first place.
Cheers
Ken
"chillin_dude" <chillin_dude.TakeThisOut@discussions.microsoft.com> wrote in message
news:2CB47C20-444F-4576-8105-0D88BF21B2B0@microsoft.com...
: Session variables in my asp application are not working.. i tried
: re-installing iis but of no use..all the settings are properly set, even
the
: "enable session check-box" in iis manager...i am running a zone alarm pro'
: software..is that a problem..my system config' is windowsxp professional
: running on pentium centrino 1.7 ghz with 512 mb ram..softwares im runnin
are
: zone alarm pro', norton anti-virus, vs.net ide along with the framework..i
: dont know wht's goin on? i just tried session with 2 simple asp pages
1.asp
: and 2.asp..the code in 1.asp is..<% session("logged") = "yes" %> <a
: href="2.asp">2.asp</a>and the code in 2.asp is <% response.write
: session("logged") %> and if one clicks 2.asp link in 1.asp..yes shud be
: printed...i kept these files in wwwroot folder but nothin is gettin
printed
: once i click that link...i tried the same files on my friend's computer
which
: has same config' and softwares..its workin on his..what is the problem? >> Stay informed about: Please help me..problem with session