summaryrefslogtreecommitdiffstats
path: root/system/libraries/Session/drivers/Session_files_driver.php
AgeCommit message (Expand)AuthorFilesLines
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 feature...Andrey Andreev1-1/+1
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
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