I also just noticed that you have session.use_only_cookies = 1, so 
unless you get the session ID back in a cookie, the session will restart.

Chris Shiflett wrote:

>> I've got the following options in my php.ini, but the system doesn't 
>> seem to
>> ever use a cookie, and the sessions don't die.  (that's my biggest 
>> concern
>> is that the user has to login to the system EVERY time he visits the 
>> site.)
>>
>> session.use_cookies = 1
>> session.use_only_cookies = 1
>> session.use_trans_sid = 1 
>


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

Reply via email to