CakePHP - session timeout

前端 未结 3 699
北荒
北荒 2021-01-11 18:54

I use in core.php for logout after 30 minutes this:

Configure::write(\'Session\', array(
    \'defaults\' => \'php\',
    \'timeout\' => 30,                    


        
3条回答
  •  悲&欢浪女
    2021-01-11 19:39

    This could also be an issue with php settings.

    There is an SO answer here that details how to get around this:

    https://stackoverflow.com/a/3585057/1291499

提交回复
热议问题