📜  如何在 codeigniter 中设置会话超时 - 无论代码示例

📅  最后修改于: 2022-03-11 15:00:42.200000             🧑  作者: Mango

代码示例1
You can update your session expiration time by increasing this variable in config file:

$config['sess_expiration'] = 'somevalue'.
Set $config['sess_expiration'] = 0, if you want it to never expire.