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_ha ndler = user
to
session.save_ha ndler = 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?
thanks
Comment