session - inproc - problem

  • Thread starter Thread starter laziers
  • Start date Start date
L

laziers

Hi,
I have a very hard-anoing problem.

In my asp.net application sometimes asp.net loses/break all session
and the all users must login to site again.
I dont know where is the problem, the application dont throw any
exception [i catch in the global.asax - Application_Error]. I use
Response.Redirect(url, false) maby in this is the problem :(
 
Hi,
I have a very hard-anoing problem.

In my asp.net application sometimes asp.net loses/break all session
and the all users must login to site again.
I dont know where is the problem, the application dont throw any
exception [i catch in the global.asax - Application_Error]. I use
Response.Redirect(url, false) maby in this is the problem :(

changes to the site making it recompile? or changes to the config
causing a recompile? recycle of the app pool? check the app pool
settings in IIS and see what it says.
 
changes to the site making it recompile? or changes to the config
causing a recompile? recycle of the app pool? check the app pool
settings in IIS and see what it says.

ok thx for advice
 
Back
Top