mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 09:06:17 +00:00
Merge pull request #393 from majna/2.0-sess-doc
Fix incorrect doc block in CakeSession.
This commit is contained in:
commit
3589eaebcf
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…
Add table
Reference in a new issue