On Jul 16, 9:01 pm, Alex <[EMAIL PROTECTED]> wrote:
> On 4 Jul., 11:57, SMARTEGURU <[EMAIL PROTECTED]> wrote:
>
> > define('CAKE_SESSION_SAVE', 'database');
> > define('CAKE_SECURITY','low');
> > define('CAKE_SESSION_TIMEOUT', '12');
>
> CAKE_SECURITY = low causes the session cookie to be saved for
> 788940000 seconds - even if your browser is being closed, the cookie
> session is saved.

Not really - since when you close the browser you will lose the cookie
containing the session id. All the long timeout means is that if you
had your browser open for anything less than <a long time> your
session is still valid.

For any "Hey that's not what I see happening"s see Tarique's comment
and go from there.

hth,

AD


--~--~---------~--~----~------------~-------~--~----~
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