One new session for each request...

  • Thread starter Thread starter Bruno Piovan
  • Start date Start date
B

Bruno Piovan

Hi,
I'm having problems with my site, the Session_Start event is fired every
time the user makes a new request, it happened with 2 users up to now, so
its not a common behavior.....

does anyone know whats the problem??

thanks,
Bruno
 
Hi,

Just guessing: the session is cookieless=false and the users in question are
blocking the cookies (maybe only for the domain)?

Hope this helps
Martin Dechev
ASP.NET MVP
 

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