Fixing API docblock

This commit is contained in:
ADmad 2012-01-29 22:24:26 +05:30
parent 30d6341e7f
commit ca32ca185a

View file

@ -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 config value `Session.autoRegenerate` is set to true.
*
* @var integer
* @see CakeSession::_checkValid()