Welcome to HostingForumz.com!
FAQFAQ   SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Please help me..problem with session

 
   Web Hosting Problem Solving Community! (Home) -> IIS RSS
Next:  jsp pages?  
Author Message
chillin_dude

External


Since: Mar 25, 2005
Posts: 1



(Msg. 1) Posted: Fri Mar 25, 2005 11:21 am
Post subject: Please help me..problem with session
Archived from groups: microsoft>public>inetserver>iis (more info?)

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 
Back to top
Login to vote
user2220

External


Since: Sep 29, 2004
Posts: 145



(Msg. 2) Posted: Fri Mar 25, 2005 11:35 pm
Post subject: Re: Please help me..problem with session [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Session variables are tracked with cookies. check that cookies aren't
blocked by your browser or third-party firewall product.


--
Jason Brown
Microsoft GTSC, IIS

This posting is provided "AS IS" with no warranties, and confers no rights.

"chillin_dude" <chillin_dude RemoveThis @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?<!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: Please help me..problem with session 
Back to top
Login to vote
kenremove

External


Since: Aug 23, 2003
Posts: 3041



(Msg. 3) Posted: Fri Mar 25, 2005 11:35 pm
Post subject: Re: Please help me..problem with session [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

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 
Back to top
Login to vote
chillin_dude

External


Since: Mar 28, 2005
Posts: 1



(Msg. 4) Posted: Mon Mar 28, 2005 7:17 am
Post subject: Re: Please help me..problem with session [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hi,

I have tried all the options, im using norton antivirus software and
zonealarm-pro and i checked both them and made sure they are not blocking
any cookies. but still it is not working..the session id keeps changing each
time, when im printing out the id..i dont knw whts the problem is?



"Ken Schaefer" wrote:

 > 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.RemoveThis@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?
 >
 >
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Please help me..problem with session 
Back to top
Login to vote
kenremove

External


Since: Aug 23, 2003
Posts: 3041



(Msg. 5) Posted: Mon Mar 28, 2005 10:35 pm
Post subject: Re: Please help me..problem with session [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Please use Ethereal (www.ethereal.com) and grab a capture of the traffic
between browser and server for the two requests, and post the log somewhere
where we can download it and have a look. We need to see if the server
sending the cookie, and if the browser is returning it on the second page
request.

Cheers
Ken


"chillin_dude" <chillindude.RemoveThis@discussions.microsoft.com> wrote in message
news:29063ED6-8A87-489D-98B2-41157373B608@microsoft.com...
: Hi,
:
: I have tried all the options, im using norton antivirus software and
: zonealarm-pro and i checked both them and made sure they are not blocking
: any cookies. but still it is not working..the session id keeps changing
each
: time, when im printing out the id..i dont knw whts the problem is?
:
:
:
: "Ken Schaefer" wrote:
:
: > 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.RemoveThis@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 
Back to top
Login to vote
Display posts from previous:   
   Web Hosting Problem Solving Community! (Home) -> IIS All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]