cakephp2-php8/cake/libs/view/helpers
phpnut 11d295eb0c Fixes #3507 Session Security.level "high", session destroyed on media 404.
Added ability to turn off HTTP_USER_AGENT check in a Controller::beforeFilter(),
Added id() to Session helper and component to return current Session id, the component accepts a $id parameter to force setting the Session id which must be called in a Controller::beforeFilter().
Sessions id are not longer renewed if a request is from Ajax, or from requestAction();
When Security.level (1.2) or CAKE_SECURITY (1.1) is set the 'high' renewing of Session id only happens if request is 2 seconds after the last request.
Added $_Session[Config][timeout] which forces renewing Session if request are within the 2 second limit and over 10 request.
If an application is expected to make multiple request (more than 10) to the server in a single proccess, Configure::write('Security.level', 'medium'); (1.2) or $this->Session->security = 'medium'; (1.1) should be used in a beforeFilter for the specific methods.
1.2 Sessions allow using CacheEngines to store Sessions, be aware that using memory caching as the only storage of Sessions is not reliable. Further work will be done to allow using the CacheEngines with database Sessions, etc.

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@5982 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-11-12 01:36:20 +00:00
..
ajax.php Adding hidden form inputs for REST routing 2007-10-28 05:28:45 +00:00
cache.php Fixes #3474, Plugin Models Not Loading for 1.2.0.5875 pre-beta release. 2007-10-27 03:27:09 +00:00
form.php updating scope in Helper::setEntity() 2007-11-12 00:57:38 +00:00
html.php Updating helpers with new form field naming scheme 2007-11-04 18:07:59 +00:00
javascript.php Changing @return int to @return integer and @param bool to @param boolean 2007-10-22 16:54:36 +00:00
js.php Changing @return int to @return integer and @param bool to @param boolean 2007-10-22 16:54:36 +00:00
number.php Correcting @return int 2007-10-22 16:11:12 +00:00
paginator.php Correcting @return bool 2007-10-22 16:09:35 +00:00
rss.php updated rss helper, fixes #3226 2007-10-16 00:44:37 +00:00
session.php Fixes #3507 Session Security.level "high", session destroyed on media 404. 2007-11-12 01:36:20 +00:00
text.php Changing @return int to @return integer and @param bool to @param boolean 2007-10-22 16:54:36 +00:00
time.php removing TimeHelper::trim() closes #3049 2007-10-28 21:42:24 +00:00
xml.php Correcting @return bool 2007-10-22 16:09:35 +00:00