On Jun 12, 2006, at 2:04 PM, [EMAIL PROTECTED] wrote:
>
> It's the default of
>
> define('CAKE_SECURITY', 'high');
>
> are there docs explaining just what each setting means?
Yep:
CAKE_SECURITY: Change this value to indicate your preferred level of
sessions checking. Cake will timeout sessions, generate new session
ids, and delete old session files based on the settings you provide
here. The possible values are:
1. high: sessions time out after 10 minutes of inactivity, and
session id's are regenerated on each request
2. medium: sessions time out after 20 minutes of inactivity
3. low: sessions time out after 30 minutes of inactivity
http://manual.cakephp.org/chapter/4
Were you unable to find this after a search?
-- John
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cake-php
-~----------~----~----~----~------~----~------~--~---