> How to make session expire after browser close? It's a default PHP
> session behaviour,

Really?  In my experience closing the browser causes the browser to
forget your session cookie (as that's what it is meant to do), but the
server is not informed of this and keeps the session active for the
normal amount of time.  I have not seen any change in this behaviour
with CakePHP.

How are you finding that Cake is not expiring the session, where a
"normal" PHP script does?  Are you looking at the server side session
files?  Can you post a sample PHP script that automatically destroys
this session with just a browser close?


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to