mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Fix incorrect doc block in CakeSession.
This commit is contained in:
parent
3e1c567f08
commit
ba02cf7a9a
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ class CakeSession {
|
|||
|
||||
/**
|
||||
* Number of requests that can occur during a session time without the session being renewed.
|
||||
* This feature is only used when `Session.harden` is set to true.
|
||||
* This feature is only used when `Session.autoRegenerate` is set to true.
|
||||
*
|
||||
* @var integer
|
||||
* @see CakeSession::_checkValid()
|
||||
|
|
Loading…
Reference in a new issue