Try to empty the web cahce of your browser.

And one more thing, in PHP there is a default time limit while a session is not killed.
[from the manual]
>> session.gc_maxlifetime specifies the number of seconds after which data will be 
>seen as 'garbage' and cleaned up. 

PHP sees your session a normal one until this time ellapses and continues from where 
you stopped.

I might be wrong, but AFAIK session is connected to the client and neither the window 
nor application exactly. 
This means that if you close the browser and reopen it on the same box this will be 
the same client for the server.

ps.: i beg your pardon to post the prevoius incomplete message. 

----- Original Message ----- 
From: "MySQL" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: 2001. május 5. 19:59
Subject: [PHP] Session problem


> I tried to put sessions to work, but i have a problem to start a session in
> each browser. When i close the browser and start it again the session_id is
> the same, if i start another browser he have the same session id as the
> first one and so on. Can someone tell me why?
> 
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
> 



--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to