From 63df95edbaaa6f94ee8e37128a4577909a9574a1 Mon Sep 17 00:00:00 2001 From: Derek Jones Date: Wed, 30 Jan 2008 15:59:12 +0000 Subject: removed last_visit from the Session class --- user_guide/changelog.html | 1 + 1 file changed, 1 insertion(+) (limited to 'user_guide') diff --git a/user_guide/changelog.html b/user_guide/changelog.html index 1affd9dba..c37b0951c 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -114,6 +114,7 @@ Change Log
  • Changed the load protocol of Models to allow for extension.
  • Strengthened the Encryption library to help protect against man in the middle attacks when MCRYPT_MODE_CBC mode is used.
  • Added Flashdata variables, session_id regeneration and configurable session update times to the Session class.
  • +
  • Removed 'last_visit' from the Session class.
  • Added a language entry for valid_ip validation error.
  • Modified prep_for_form() in the Validation class to accept arrays, adding support for POST array validation (via callbacks only)
  • Added an "integer" rule into the Validation library.
  • -- cgit v1.2.3-24-g4f1b