summaryrefslogtreecommitdiffstats
path: root/system/libraries/Session
AgeCommit message (Collapse)AuthorFilesLines
2022-06-26Fixes #6141George Petculescu1-1/+1
2022-03-03Fix SessionUpdateTimestampHandlerInterface nameThomas Nguyen1-1/+1
2022-03-03Merge branch '3.1-stable' into developAndrey Andreev10-14/+168
2022-03-02[ci skip] Update copyright noticesAndrey Andreev5-9/+9
2022-02-22[ci skip] SessionUpdateTimestampHandlerInterfaceAndrey Andreev10-11/+164
2022-02-11Merge branch '3.1-stable' into developAndrey Andreev1-1/+1
2022-02-11[ci skip] Merge pull request #6098 from totoprayogo1916/indent-whitespacesAndrey Andreev1-1/+1
Minor indentation & whitespace corrections
2022-02-11whitespacesToto Prayogo1-1/+1
2022-02-04Fix passing NULL to setcookie value parameterJamie Burchell1-1/+1
Fixes Passing null to parameter #2 ($value) of type string is deprecated
2022-01-15Merge branch '3.1-stable' into developAndrey Andreev1-1/+1
2022-01-15[ci skip] Fix a coding typo from 1a2651040ef701e750b1c13cd69cc70814b079d0Andrey Andreev1-1/+1
2022-01-08[ci skip] Attempt to hack SameSite into session_set_cookie_params() pre-PHP7.3Andrey Andreev1-1/+1
2022-01-08[ci skip] Attempt to hack SameSite into session_set_cookie_params() pre-PHP7.3Andrey Andreev1-1/+1
2022-01-08[ci skip] Actually use the Session wrapper (ref #6078)Andrey Andreev1-7/+7
2022-01-08[ci skip] Actually use the Session wrapper (ref #6078)Andrey Andreev1-7/+7
2022-01-08[ci skip] Fix CI_Session_driver_interface for PHP 5 (ref #6078)Andrey Andreev1-1/+1
2022-01-08[ci skip] Fix CI_Session_driver_interface for PHP 5 (ref #6078)Andrey Andreev1-1/+1
2022-01-07Merge branch '3.1-stable' into developAndrey Andreev1-1/+1
2022-01-07[ci skip] Fix #6083Andrey Andreev1-1/+1
2022-01-05Merge branch '3.1-stable' into developAndrey Andreev2-21/+86
2022-01-05Add SameSite cookie support to Session libraryAndrey Andreev2-21/+86
2022-01-05Merge branch '3.1-stable' into developAndrey Andreev9-16/+271
2022-01-05Close #6021: Suppress possible E_DEPRECATION notices about ↵Andrey Andreev1-1/+1
mbstring.func_overload
2022-01-05PHP 8.1 compatibility for sessions (ref #6078)Andrey Andreev10-33/+273
2021-03-24Merge pull request #6028 from vibbow/patch-1George Petculescu1-1/+1
Update Session.php
2021-03-10Update Session.phpvibbow1-1/+1
Fix PHPDoc
2021-02-04[ci skip] Remove a comment made obsolete by PR #6013Andrey Andreev1-2/+0
2021-02-04[ci skip] Merge pull request #6013 from 1stwebdesigns/new_branchAndrey Andreev1-1/+1
Fix Flashdata time comparison for PHP 8
2021-02-04[ci skip] Remove a comment made obsolete by PR #6013Andrey Andreev1-2/+0
2021-01-15Fix Flashdata time comparison for PHP 81st WebDesigns1-1/+1
2021-01-05[ci skip] Add TLS support for Session library Redis connection strings ↵Andrey Andreev1-1/+1
(related: issue #5982, PR #5983)
2020-07-09[ci skip] Merge pull request #5970 from sapics/fix/user-guide-urlAndrey Andreev7-7/+7
Fix user guide url
2020-06-24Fix user guide urlsapics6-6/+6
Replace from https://codeigniter.com/user_guide/* to https://codeigniter.com/userguide3/*
2020-01-28Merge branch '3.1-stable' into developAndrey Andreev1-0/+4
Conflicts resolved: .travis.yml system/database/DB_query_builder.php system/helpers/captcha_helper.php system/libraries/Cache/drivers/Cache_redis.php system/libraries/Zip.php
2020-01-25inserted required attribute in html tagFrancisco Javier Llanquipichun Garcia2-2/+2
Signed-off-by: Francisco Javier Llanquipichun Garcia <francisco.llanquipichun@gmail.com>
2019-10-21[ci skip] Fix #5857Andrey Andreev1-0/+4
2019-09-19Merge branch '3.1-stable' into developAndrey Andreev4-84/+64
Conflicts resolved: system/core/CodeIgniter.php system/libraries/Cache/drivers/Cache_redis.php system/libraries/Session/drivers/Session_redis_driver.php user_guide_src/source/changelog.rst user_guide_src/source/conf.py user_guide_src/source/installation/downloads.rst user_guide_src/source/installation/upgrading.rst
2019-09-05[ci skip] Remove a few leftover trailing spaces from PR #5816Andrey Andreev1-5/+5
2019-09-05[ci skip] Merge pull request #5816 from mchobbylong/adapt-php-redisAndrey Andreev1-7/+48
Adapt to new version of php-redis
2019-09-05[ci skip] Remove a few leftover trailing spaces from PR #5816Andrey Andreev1-5/+5
2019-09-05[ci skip] Merge pull request #5816 from mchobbylong/adapt-php-redisAndrey Andreev1-7/+48
Adapt to new version of php-redis
2019-09-05[ci skip] Merge pull request #5828 from mchobbylong/alter-php5-validate-idAndrey Andreev1-1/+1
Alter php5_validate_id()
2019-09-03Alter php5_validate_id()Michael Long1-1/+1
2019-09-03revert: Alter php_validate_id()Michael Long1-1/+1
2019-09-03Rename to _ping_successMichael Long1-5/+5
2019-09-03Delete unnecessary functionsMichael Long1-38/+6
2019-08-23Refactor implementation of #5816Michael Long1-21/+56
2019-08-14Define constant PHPREDIS_VERSIONMichael Long1-2/+4
2019-08-13Use version_compare to avoid method checksMichael Long1-2/+2
2019-08-13Adapt to styleguideMichael Long1-10/+10