Age | Commit message (Expand) | Author | Files | Lines |
2012-06-30 | Respect php.ini's values for calculating the probability of a session gc | Christopher Guiney | 1 | -8/+5 |
2012-06-29 | Allow session garbace collection percentage to be configured. | Christopher Guiney | 1 | -1/+1 |
2012-06-14 | Polish changes from pull #1233 - Session class already has the time_reference... | Andrey Andreev | 1 | -7/+5 |
2012-06-12 | Changed the config parameter. The session's _get_time() function has also ch... | Iban Eguia | 1 | -3/+11 |
2012-06-04 | Revert/optimize some changes from 773ccc318f2769c9b7579630569b5d8ba47b114b an... | Andrey Andreev | 1 | -1/+1 |
2012-06-02 | Replaced `==` with `===` and `!=` with `!==` in /system/libraries | Alex Bilbie | 1 | -12/+12 |
2012-05-23 | Input, Session and Cookie get's will return NULL. | Phil Sturgeon | 1 | -3/+3 |
2012-05-17 | Clean up the libraries | Andrey Andreev | 1 | -0/+1 |
2012-05-04 | unset userdata | Michiel Vugteveen | 1 | -21/+24 |
2012-04-27 | Fix calendar and session libraries | Timothy Warren | 1 | -0/+129 |
2012-04-03 | Some very minor code style changes and comment fixes | Andrey Andreev | 1 | -6/+6 |
2012-03-19 | merged with latest develop. | Mike Funk | 1 | -8/+10 |
2012-03-18 | add support for httponly cookies | freewil | 1 | -8/+10 |
2012-03-12 | Merge branch 'develop' of https://github.com/EllisLab/CodeIgniter into featur... | Mike Funk | 1 | -1/+1 |
2012-03-09 | Bumped CodeIgniter's PHP requirement to 5.2.4. | Phil Sturgeon | 1 | -1/+1 |
2012-03-06 | updated and merged user guide with develop branch. | Mike Funk | 1 | -5/+7 |
2012-03-06 | Fixed a bug in CI_Session::_unserialize() | Andrey Andreev | 1 | -4/+6 |
2012-03-02 | Limit db session select to single row | Timothy Warren | 1 | -1/+1 |
2012-02-28 | tab separation in docblock. | Mike Funk | 1 | -1/+1 |
2012-02-23 | added all_flashdata function to Session.php | Mike Funk | 1 | -0/+23 |
2012-01-24 | Revert a space in the license agreement :) | Andrey Andreev | 1 | -1/+1 |
2012-01-20 | Replace AND with && | Andrey Andreev | 1 | -4/+2 |
2012-01-20 | Revert if() merge, for readability | Andrey Andreev | 1 | -5/+22 |
2012-01-19 | Still update the session on AJAX calls, just don't regenerate the session ID | Andrey Andreev | 1 | -6/+30 |
2012-01-19 | Fix issue #154 | Andrey Andreev | 1 | -68/+50 |
2012-01-02 | Updating copyright date to 2012 | Greg Aker | 1 | -1/+1 |
2011-12-27 | Remove access lines from method descriptions and rollback a previous change | Andrey Andreev | 1 | -24/+7 |
2011-12-26 | Replace private with protected, so the class can be easily extended | Andrey Andreev | 1 | -15/+15 |
2011-12-25 | Improve the Session library | Andrey Andreev | 1 | -83/+66 |
2011-10-20 | adding new license file (OSL 3.0) and updating readme to ReST | Derek Jones | 1 | -4/+16 |
2011-10-17 | Check for string value before doing str_replace. (Issue #439) | Chris Muench | 1 | -1/+4 |
2011-10-16 | Fixes issue #439 some slashes not escaped in session data | Chris Muench | 1 | -16/+29 |
2011-08-30 | Added the 'user_data' key to the userdata property so that sessions using a d... | Kyle Farris | 1 | -1/+2 |
2011-07-02 | backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke... | Derek Jones | 1 | -15/+15 |
2011-04-25 | Fixed double-space typo. | Razican | 1 | -15/+15 |
2011-04-20 | Altered Session to use a longer match against the user_agent string. See upgr... | Greg Aker | 1 | -2/+2 |
2011-04-18 | changeset: 2202:06a75a1bd622 | Greg Aker | 1 | -2/+2 |
2011-02-18 | Consistent handling of 'cookie_secure' setting, also makes the variable chang... | tobiasbg | 1 | -4/+3 |
2011-02-11 | Adding config option to require 'secure' setting for all cookies- requires ht... | Robin Sowell | 1 | -1/+3 |
2011-01-05 | Hey look, it's 2011 | Greg Aker | 1 | -1/+1 |
2010-11-10 | Changing all class constructors to __construct() | Greg Aker | 1 | -1/+1 |
2010-11-10 | Updating PHP requirements in files 5.1.6 | Greg Aker | 1 | -1/+1 |
2010-10-07 | Automated merge with https://bitbucket.org/barrymieny/codeigniter | Derek Jones | 1 | -1/+1 |
2010-10-05 | fixed bug where sess_expire_on_close was not being set from a config file, fi... | Derek Jones | 1 | -1/+1 |
2010-10-04 | Cleanup of stray spaces and tabs | Barry Mieny | 1 | -12/+12 |
2010-09-02 | Added a new config item to the Session class (sess_expire_on_close) to allow ... | Derek Jones | 1 | -2/+5 |
2010-08-31 | Added fatal error to Session class when no encryption key is set in the confi... | Derek Jones | 1 | -0/+5 |
2010-03-29 | fixed a bug where a PHP error would result when passing objects as values to ... | Derek Jones | 1 | -4/+13 |
2010-01-05 | updated copyrights | Derek Jones | 1 | -1/+1 |
2009-04-22 | updated copyrights to 2009 | Derek Jones | 1 | -1/+1 |