Programmer Cat Notes
Showing posts with label
session
.
Show all posts
Showing posts with label
session
.
Show all posts
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,
),
...
),
Older Posts
Home
Subscribe to:
Posts (Atom)