session_state fires again

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am working with an asp.net app and I am unable to figure out why my
session_start event gets fired when I navigate in my site using
Response.redirect or window.location.href (no postbacks yet).

Interestingly, my session ID remians same but I have lost my session
variables. Further, after I have done atleast one postback, this problem goes
away.
I have session state enabled on IIS 5.0 running on a win2K professional
version and I am using IE 6.0 sp1. Cookes are enabled too.

any ideas?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top