session - inproc - problem

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 :(
 
D

densial

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.
 
L

laziers

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
 

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

Top