Fix incorrect doc block in CakeSession.

This commit is contained in:
Majna 2012-01-04 21:40:14 +01:00
parent 3e1c567f08
commit ba02cf7a9a

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()