Fatal error: Failed to initialize session module in...
I am getting this error as soon as I try to register any session variables. I have already changed session.save_handler to user, but am still getting this error. I am using MySQL and PHP 4.0.6.
Logged In: YES user_id=98303
Please turn off register_globals and let me know if the problem is solved.
Logged In: YES user_id=236770
It works! I can't explain it, but it just does. All the data is logged to the MySQL table in all its glory. Thanks for the suggestion.
Log in to post a comment.
Logged In: YES
user_id=98303
Please turn off register_globals and let me know if the
problem is solved.
Logged In: YES
user_id=236770
It works! I can't explain it, but it just does. All the data is
logged to the MySQL table in all its glory. Thanks for
the suggestion.