|
Posted by Colin McKinnon on 08/24/05 11:38
varungupta wrote:
>
> We are having a login page which redirects the user again to home page
> after authentication but with a session started. But the problem was
> that every time the user enters his username and password, he was
> redirected to home page but no session was genrated i.e. he is logged
> in.
>
> We tried to work out a solution for the problem but coudn't find one.
> But to our surprise, the site started working normally on its own after
> about 3 hours.
>
> But yesterday, the same problem again surfaced and again we had no
> solution. Thinking of past instance, we waited for many hours but the
> problem sustained.
> And still our site is affected with that problem.
>
The default session handler does not scale well, although I suspect the
problem may lie elsewhere (permissions on session dir? disk space?).
Try using a MySQL session handler.
C.
Navigation:
[Reply to this message]
|