Programmer Cat Notes
Yii Session Timeout
Default timeout of session in Yii is 1440 seconds (24 minutes).--
reference
The setting can be modified in "protected/config/main.php"
'components' => array(
...
'session' => array(
...
'timeout' => 300,
),
...
),
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment