summaryrefslogtreecommitdiffstats
path: root/system/libraries/Session/drivers/Session_files_driver.php
AgeCommit message (Collapse)AuthorFilesLines
2016-01-11[ci skip] Update ellislab.com links to https tooAndrey Andreev1-1/+1
2016-01-11[ci skip] Update codeigniter.com links to httpsAndrey Andreev1-2/+2
2016-01-11[ci skip] Bump year to 2016Andrey Andreev1-2/+2
2015-12-15Fix logical errors from af849696d43f5c3b68962af1ae5096151a6d9f1aAndrey Andreev1-2/+2
2015-12-15Really fix #4039Andrey Andreev1-1/+1
A typo from 8df6efd402180a6361b4dd619f5535d6c2bed334
2015-12-12[ci skip] Proper error handling for Sessions on PHP 5Andrey Andreev1-24/+35
This was actually a PHP bug, see https://wiki.php.net/rfc/session.user.return-value Also related: #4039
2015-12-11Fix #4039Andrey Andreev1-0/+6
2015-03-26Improve Session GC for files driverAndrey Andreev1-2/+4
Close #3701
2015-02-21Fix #3610Andrey Andreev1-1/+3
2015-02-05Use session cookie name in gc checkTom Atkinson1-2/+8
2015-02-04Revert "Fixed return values types in session drivers"Gabriel Potkány1-3/+3
This reverts commit 5fa4b7266d7c61dc2482e529bd6afb9a67edadb7.
2015-02-04Fixed return values types in session driversGabriel Potkány1-3/+3
2015-02-04Fixed inconsistent return typesGabriel Potkány1-1/+1
2015-02-02Err ... rAndrey Andreev1-1/+1
2015-02-02Throw exception if 'files' session path is invalidAndrey Andreev1-4/+10
2015-01-21Remove closing blocks at end of PHP filesvlakoff1-3/+0
2015-01-19[ci skip] feature/session (#3073): Add missing method docblocksAndrey Andreev1-0/+51
2015-01-12[ci skip] Remove PHP version from license notices and bump yearAndrey Andreev1-3/+3
2014-11-11[ci skip] Update system/libraries/Session/ with the MIT license noticeAndrey Andreev1-18/+29
2014-10-31Merge branch 'feature/session' of github.com:bcit-ci/CodeIgniter into ↵Andrey Andreev1-1/+1
feature/session
2014-10-31#3073 (feature/session): Fix session_regenerate_id() issuesAndrey Andreev1-16/+24
2014-10-27Revert "#3073 (feature/session): Fix a GC issue with the files driver"Andrey Andreev1-1/+1
This reverts commit c5519ce166943b744bbea75a87831132aced4247.
2014-10-26#3073 (feature/session): Fix a GC issue with the files driverAndrey Andreev1-1/+1
2014-10-06feature/session (#3073): Refactor configuration & fix cookie expiry timesAndrey Andreev1-13/+13
2014-08-11Added file path for file GCMarcos SF Filho1-1/+1
2014-06-03#3073: Fix an undefined variable errorAndrey Andreev1-9/+12
2014-05-31Initial version of new Session libraryAndrey Andreev1-0/+276