Skip to content

Commit

Permalink
Fix incorrect doc block in CakeSession.
Browse files Browse the repository at this point in the history
  • Loading branch information
majna committed Jan 4, 2012
1 parent 3e1c567 commit ba02cf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/Model/Datasource/CakeSession.php
Expand Up @@ -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()
Expand Down

0 comments on commit ba02cf7

Please sign in to comment.