[snip]
I do't know to be honest, how do I find out? (I'm on a unix server)
[/snip]


you could use the phpinfo() function and check the value of
session.save_handler, if it is "files" the session data is in files in
the 
session.save_path directory.

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

Reply via email to