Robert Erbaron wrote:
OK, I've read every message on the list for the last year that contains 'sessions'. I've read through (bleary eyed, admittedly) http://us2.php.net/session. And I swear, honest, that I had this working on another box (which is no longer available to me.) I've checked phpinfo - session support is on, session.use_cookie is On. PHP 5.1.6 or thereabouts. <?php session_start(); session_save_path('/home/rob//Sites/zphpsessions');
You need to set the session_save_path before you call session_start. -- Postgresql & php tutorials http://www.designmagick.com/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php