I'm not certain.

I normally use session variables to store and hold login username or order
state.

e.g. $_SESSION['username']


> If I use session_id(), I do get a value.  However, I have
> session_use_cookies = 0 and I do not have a value for SID.  Is that
> correct?
>
> Todd

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

Reply via email to