Posted by Charlie on 09/28/23 11:34
Hello
I'm in desperate need of help. I can't get PHP sessions to work
because session.save_path isn't set for some reason. phpinfo() reports
that session.save_path = "No Value". I have WinXP Pro, Apache 2.0.55
and PHP 4.4.0 server configuration.
No matter what I put in session.save_path in php.ini, I just keeps
saying session.save_path = "No Value". Have tried "c:/windows/temp",
"c:\\windows\\temp", "c:/temp" with and without the quotes but to no
avail.
I've restarted Apache server each time after modifying the ini. Also
the php.ini path reported by phpinfo() seems point to the correct
file.
TIA.
[Back to original message]
|