This is what is defined in the php.ini file for save handler routines.. I am newbie, I 
left it with default values:

session.save_handler = files
session.save_path = c:/Program Files/Apache Group/Apache2/htdocs/Alarms/

thanks
moiz


-----Original Message-----
From: Vail, Warren [mailto:[EMAIL PROTECTED]
Sent: Thursday, October 23, 2003 4:27 PM
To: 'Curt Zirzow'; [EMAIL PROTECTED]
Subject: RE: [PHP] PHP not remembering sessions


are you using "session save handler" routines?

If not make sure you have a "/tmp" directory on your server, in fact you can
check phpinfo() to find out what the session save directory is (provided you
are not using save handler routines).

good luck

Warren Vail

-----Original Message-----
From: Curt Zirzow [mailto:[EMAIL PROTECTED]
Sent: Thursday, October 23, 2003 1:30 PM
To: [EMAIL PROTECTED]
Subject: Re: [PHP] PHP not remembering sessions


* Thus wrote Daniel Guerrier ([EMAIL PROTECTED]):
> Use
> $_SESSION['var']
> 
> instead of
> 
> $_SESSION["var"]

This doesn't matter.


Curt
-- 
"My PHP key is worn out"

  PHP List stats since 1997: 
          http://zirzow.dyndns.org/html/mlists/

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

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

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

Reply via email to