My session is keeping disappear / reset

  • Thread starter Thread starter Anavim
  • Start date Start date
A

Anavim

Hi,

I have a simple ASP.NET application where you do a login and than I
redirect you to the main page of the application.

Once your login is successful, I'm setting the user object to the
session and redirect to the main page. With some reason my session is
start from beginning (the Session_Start is triggered again).

Small note: I have a page where all the other pages are inherit from,
but I don't think is the problem. Anyone has any idea?

Thanks,

Ori.
 
one possible cause for loss of sessions that has popped up in the newsgroups
recently which i think is due to a side effect of some windows update ,
in IIS check the configutaion properties for the site and ensure that "Cache
ISAPI Application" is checked off.

Gerry
 
Back
Top