summaryrefslogtreecommitdiffstats
path: root/system/libraries/Session/Session.php
AgeCommit message (Expand)AuthorFilesLines
2012-11-25Merge pull request #2026 from johnathancroom/keep_flash_data_arrayAndrey Andreev1-1/+12
2012-11-25Improved array keey_flashdata + ChangelogJohnathan Croom1-13/+15
2012-11-25Added support for extending individual driver classes and driver unit testsdchill421-11/+9
2012-11-24Requested changed to keep_flashdataJohnathan Croom1-4/+3
2012-11-24keep_flashdata accepts arrayJohnathan Croom1-8/+18
2012-11-21Change fs permissions and add some missing index.html files (#2017)Andrey Andreev1-0/+0
2012-11-02Some micro-optimizationsAndrey Andreev1-1/+1
2012-11-01[ci skip] DocBlocks for Pagination, Session, Trackback, Jquery librariesAndrey Andreev1-0/+29
2012-11-01Manually apply PR #1594 (fixing phpdoc page-level generation/warnings)Andrey Andreev1-2/+3
2012-10-27Remove extra spaces...vkeranov1-3/+3
2012-10-09Disable Session library under CLI and create a CI singleton to be used by its...Andrey Andreev1-1/+26
2012-09-05Cleanup and optimize new Session classesAndrey Andreev1-48/+107
2012-08-29Fixed defaults and database check, reverted redundant shutdown featuredchill421-35/+0
2012-08-29Extracted cookie database saves to shutdown and cleaned up codedchill421-0/+35
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 fou...dchill421-9/+9
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 s...Darren Hill1-0/+601