summaryrefslogtreecommitdiffstats
path: root/system/libraries/Session/Session.php
AgeCommit message (Collapse)AuthorFilesLines
2012-11-01[ci skip] DocBlocks for Pagination, Session, Trackback, Jquery librariesAndrey Andreev1-0/+29
Partially fixes issue #1295
2012-11-01Manually apply PR #1594 (fixing phpdoc page-level generation/warnings)Andrey Andreev1-2/+3
Also partially fixes issue #1295, fixes inconsistencies in some page-level docblocks and adds include checks in language files.
2012-10-27Remove extra spaces...vkeranov1-3/+3
2012-10-09Disable Session library under CLI and create a CI singleton to be used by ↵Andrey Andreev1-1/+26
its drivers
2012-09-05Cleanup and optimize new Session classesAndrey Andreev1-48/+107
2012-08-29Fixed defaults and database check, reverted redundant shutdown featuredchill421-35/+0
Signed-off-by: dchill42 <dchill42@gmail.com>
2012-08-29Extracted cookie database saves to shutdown and cleaned up codedchill421-0/+35
Signed-off-by: dchill42 <dchill42@gmail.com>
2012-08-27Fixed select_driver(), cookie sess_destroy(), and native cookie name conflictdchill421-4/+7
2012-08-12Updated comments about default driverdchill421-2/+2
2012-07-31Damn, missed files on last commitdchill421-5/+11
2012-07-31Fixed userdata synchronization, loaded driver check, and all_flashdata keysdchill421-8/+7
2012-07-30Fixed _parent references and several minor bugsdchill421-7/+7
2012-07-24Cleaned up bangs and lowercase booleans, and fixed userdata return on not ↵dchill421-9/+9
found to NULL
2012-07-23Made cookie driver default and did miniscule code cleanup on driversdchill421-1/+1
2012-07-23Merge branch develop of github.com:/EllisLab/CodeIgniter into sessiondchill421-2/+23
2011-09-01Made private members protected for inheritanceDarren Hill1-9/+9
2011-08-31Better style guide complianceDarren Hill1-68/+68
2011-08-30Added Session driver with native PHP sessions and original-flavor CI cookie ↵Darren Hill1-0/+601
sessions