summaryrefslogtreecommitdiffstats
path: root/system/libraries/Session.php
AgeCommit message (Collapse)AuthorFilesLines
2014-05-31Changelog messages, bump year in copyright noticesAndrey Andreev1-1/+1
2012-07-18Backport fix for issue #1314Andrey Andreev1-2/+5
2011-10-27Added the 'user_data' key to the userdata property so that sessions using a ↵Kyle Farris1-1/+2
database can be deleted properly when using the table schema found in the "Saving Session Data to a Database" section of the Session Class in the user guide.
2011-07-02backed out 648b42a75739, which was a NON-trivial whitespace commit. It ↵Derek Jones1-15/+15
broke the Typography class's string replacements, for instance
2011-04-25Fixed double-space typo.Razican1-15/+15
2011-04-20Altered Session to use a longer match against the user_agent string. See ↵Greg Aker1-2/+2
upgrade notes if using database sessions.</li
2011-04-18changeset: 2202:06a75a1bd622Greg Aker1-2/+2
tag: tip user: Greg Aker <greg.aker@ellislab.com> date: Mon Apr 18 11:10:37 2011 -0500 summary: Tweak to session class all_userdata() to just return the userdata array. Also documented previously undocumented all_userdata() method.
2011-02-18Consistent handling of 'cookie_secure' setting, also makes the variable ↵tobiasbg1-4/+3
changeable through the Session class constructor
2011-02-11Adding config option to require 'secure' setting for all cookies- requires ↵Robin Sowell1-1/+3
https.
2011-01-05Hey look, it's 2011Greg Aker1-1/+1
2010-11-10Changing all class constructors to __construct()Greg Aker1-1/+1
2010-11-10Updating PHP requirements in files 5.1.6Greg Aker1-1/+1
2010-10-07Automated merge with https://bitbucket.org/barrymieny/codeigniterDerek Jones1-1/+1
2010-10-05fixed bug where sess_expire_on_close was not being set from a config file, ↵Derek Jones1-1/+1
fixes #173
2010-10-04Cleanup of stray spaces and tabsBarry Mieny1-12/+12
2010-09-02Added a new config item to the Session class (sess_expire_on_close) to allow ↵Derek Jones1-2/+5
sessions to auto-expire when the browser window is closed.
2010-08-31Added fatal error to Session class when no encryption key is set in the ↵Derek Jones1-0/+5
config file, for additional assurance that session manipulation can be prevented
2010-03-29fixed a bug where a PHP error would result when passing objects as values to ↵Derek Jones1-4/+13
the Session class
2010-01-05updated copyrightsDerek Jones1-1/+1
2009-04-22updated copyrights to 2009Derek Jones1-1/+1
2008-11-13Changing EOL style to LFDerek Allard1-757/+757
2008-11-12Propset eol-style to CRLFDerek Jones1-757/+757
simplified paragraph tag cleanup regex
2008-11-06corrected a few docblock comments to accurately reflect return valuesDerek Allard1-757/+757
removed some unneeded whitespace
2008-10-18Fixed a variable typoRick Ellis1-1/+1
2008-10-18Made some changes to allow slashes to be saved in the serialized cookie data.Rick Ellis1-5/+63
2008-09-24Fixed a bug in the Session class when database sessions are used where upon ↵Derek Jones1-13/+18
session update all userdata would be errantly written to the session cookie. Also rewrote a bit of the cookie handling code to be a bit more efficient and understandable
2008-09-13(no commit message)Rick Ellis1-1/+1
2008-08-22Fixed a comment typoRick Ellis1-1/+1
2008-08-21whitespace fixesDerek Allard1-79/+79
a minor re-ordering of the changelog
2008-08-21Updated the Session class so that if a database is being used, any custom ↵Rick Ellis1-213/+254
data is stored to the DB rather then the cookie.
2008-05-13Some sweeping syntax changes for consistency:Derek Jones1-7/+7
(! foo) changed to ( ! foo) || changed to OR changed newline standardization code in various places from preg_replace to str_replace
2008-05-11Removed closing PHP tags, replaced with a comment block identifying the end ↵Derek Jones1-1/+3
of the file
2008-05-11Undoing change committed in r1115Derek Jones1-0/+1
2008-05-11removed closing PHP tag from all framework filesDerek Jones1-1/+0
2008-05-05Added get_dir_file_info(), get_file_info(), and get_mime_by_extension() to ↵Derek Allard1-4/+4
the File Helper. Changed ( ! condition) into (! condition) within the code
2008-03-18added hashing to prevent client side data tampering to sessionsDerek Allard1-0/+20
2008-01-30removed last_visit from the Session classDerek Jones1-8/+2
2008-01-21replaced www.codeigniter.com with codeigniter.comDerek Jones1-3/+3
2008-01-18ExpressionEngine Dev Team in creditDerek Allard1-2/+2
2007-10-04Fixed a typo in the docblock comments that had CodeIgniter spelled CodeIgnitor.Derek Allard1-1/+1
2007-10-01Fixed a bug in the Session library where user agent matching would fail on ↵Derek Allard1-1/+1
user agents ending with a space.
2007-08-10typoDerek Allard1-1/+1
2007-08-10Added Flashdata variables, session_id regeneration and configurable session ↵Derek Allard1-13/+162
update times to the Session class
2007-08-07fixed DocBlock typo for unset_userdata()Derek Jones1-1/+2
2007-04-15update pMachine to EllisLabDerek Allard1-487/+487
update copyright year update Code Igniter to CodeIgniter
2006-10-23(no commit message)admin1-1/+1
2006-10-22(no commit message)admin1-2/+4
2006-10-21(no commit message)admin1-51/+51
2006-10-21(no commit message)admin1-3/+1
2006-10-13(no commit message)admin1-15/+3