|
Posted by Rik on 03/05/07 04:28
mrbog <dterrors@hotmail.com> wrote:
>
> My server was working fine (no one else changes it but me, it's a
> local server on my lan), and all of a sudden I get:
>
> Fatal error: session_start(): Failed to initialize storage module:
> user...
>
> It didn't even happen after like a reboot or something, it just
> happened one morning.
>
> I fixed it by changing:
>
> session.save_handler =3D user
>
> to
>
> session.save_handler =3D files
>
> But my question is- why did I have to do that? What could've
> happened? How do I make it work with "user" again?
Correct me if I'm wrong here, but AFAIK, 'user' is not a deault handler.=
=
If there are problems saving sessions with the 'user' session handler, =
you'd have to check that logic. In many custom handlers it's done in =
combination with a database, so you might check wether that database is =
=
reachable, not at it's limits (either by primary/unique index or size =
enforced by hoster).
-- =
Rik Wasmus
Navigation:
[Reply to this message]
|