[Cppcms-users] Minor edit on Sessions tutorial
Brought to you by:
artyom-beilis
From: Asog <ret...@gm...> - 2018-09-21 07:04:19
|
Hello, On the Sessions tutorial page, it says: Each type of expiration has its time limit (even browser one has its limit). It can be defined using session.timeout parameter. The default one is 24 hours. For example: view plain <http://cppcms.com/wikipp/en/page/cppcms_1x_sessions#>print <http://cppcms.com/wikipp/en/page/cppcms_1x_sessions#>? <http://cppcms.com/wikipp/en/page/cppcms_1x_sessions#> 1. "expire" : "renew", 2. "timeout" : 604800, 604800 is the number of seconds in a week. A day only has 86400 seconds. Could it be edited? |