diff options
author | Derek Jones <derek.jones@ellislab.com> | 2010-09-02 17:32:07 +0200 |
---|---|---|
committer | Derek Jones <derek.jones@ellislab.com> | 2010-09-02 17:32:07 +0200 |
commit | eaa71ba1c19538af5416dceec288aa37cad2b7e6 (patch) | |
tree | 8c1449679273e5252f844b0f0214285fb965bc06 /user_guide/changelog.html | |
parent | 95e05a0d51c034523fab629357e5fc9c065ecd58 (diff) |
Added a new config item to the Session class (sess_expire_on_close) to allow sessions to auto-expire when the browser window is closed.
Diffstat (limited to 'user_guide/changelog.html')
-rw-r--r-- | user_guide/changelog.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html index 25633b631..5740f7397 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -100,6 +100,7 @@ Hg Tag: </p> <li>Added a second parameter (boolean) to <kbd>$this->zip->read_dir('/path/to/directory', FALSE)</kbd> to remove the preceding trail of empty folders when creating a Zip archive. This example would contain a zip with "directory" and all of its contents.</li> <li>Added ability in the Image Library to handle PNG transparency for resize operations when using the GD lib.</li> <li>Modified the Session class to prevent use if no encryption key is set in the config file.</li> + <li>Added a new config item to the Session class <kbd>sess_expire_on_close</kbd> to allow sessions to auto-expire when the browser window is closed.</li> <li>Improved performance of the Encryption library on servers where Mcrypt is available.</li> <li>Changed the default encryption mode in the Encryption library to CBC.</li> <li>Added an <kbd>encode_from_legacy()</kbd> method to provide a way to transition encrypted data from CodeIgniter 1.x to CodeIgniter 2.x. |