Merge pull request #393 from majna/2.0-sess-doc

Fix incorrect doc block in CakeSession.
This commit is contained in:
José Lorenzo Rodríguez 2012-01-04 12:49:36 -08:00
commit 3589eaebcf

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