Hi,

Having some issues with the session.save_path value in php.ini

Whatever I change this value to it always ends up trying to save the 
temporary session info in /tmp (the default setting in php.ini).

I can overide the value by setting a new path in the actual php script 
using session_save_path("my/path/here") but if I don't specify a path like 
this it always attempts to save in /tmp (c:\tmp\) even though the value in 
the php.ini file says otherwise....

Why is this happening ?

HELP!

Cheers.

Tim Loram
LaTiS Centre
University of Exeter
Queens Building
Queens Drive
Exeter
EX4 4QH

Tel: (01392) 263721
http://latis.ex.ac.uk/


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to