matwils
Posts: 7
|
| Posted: 06/25/2007, 2:29 PM |
|
Suddenly my site has started losing session variables relating to whether a user is logged in or not, causing users to be redirected back to the login page. The behaviour is erratic, with pages sometimes working fine and then other times losing the user session. This appears to have coincided with a slow down of the site generally. I can not think of anything that I have changed recently that could have affected this. Any advice on what could be causing this would be hugely appreciated.
|
 |
 |
rho
Posts: 85
|
| Posted: 06/25/2007, 10:35 PM |
|
Losing sessions generally indicates that there is a problem with the server. What the source is of the problem depends on the web server. I had a similar problem once on a hosted IIS server (multiple sites of other users conflicting with my site); it was solved by running my site within a separate application pool.
|
 |
 |
|