My aspnet_sessionid always changes! please help!

  • Thread starter Thread starter davidw
  • Start date Start date
D

davidw

I am using Visual studio Enterprise Architecture now, I am not sure if that
affects anything, but I found recently that the sessionid changes on every
click recently, does anyone know which setting could cause that?

Thanks!
 
This "can" be caused when your aspnet_wp process (the one that your aspnet
app runs in) restarts itself over and over. Why will it restart? Check
your docs, it will do this for a lot of reasons, like recompiling your
application.
One hard-to-find reason for this application reset is Anti-virus software
touching your files (especially ones you've just compiled). Disable any
anti-virus stuff (fun, eh?) and try again.
 
Back
Top