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
 
Back
Top