1. 7a14286 Respect php.ini's values for calculating the probability of a session gc by Christopher Guiney · 13 years ago
  2. 68b9b82 Allow session garbace collection percentage to be configured. by Christopher Guiney · 13 years ago
  3. d163e0b Polish changes from pull #1233 - Session class already has the time_reference setting - 'GMT' is a valid timezone, so nothing needs to be changed in order to work properly (upgrade notes) - Altered some description text by Andrey Andreev · 13 years ago
  4. feb14da Changed the config parameter. The session's _get_time() function has also changed. by Iban Eguia · 13 years ago
  5. 5036c9c Revert/optimize some changes from 773ccc318f2769c9b7579630569b5d8ba47b114b and d261b1e89c3d4d5191036d5a5660ef6764e593a0 by Andrey Andreev · 13 years ago
  6. d261b1e Replaced `==` with `===` and `!=` with `!==` in /system/libraries by Alex Bilbie · 13 years ago
  7. 55a6ddb Input, Session and Cookie get's will return NULL. by Phil Sturgeon · 13 years ago
  8. 5645479 Clean up the libraries by Andrey Andreev · 13 years ago
  9. 4c316b6 unset userdata by Michiel Vugteveen · 13 years ago
  10. 68f0981 Fix calendar and session libraries by Timothy Warren · 13 years ago
  11. 38d0e93 Some very minor code style changes and comment fixes by Andrey Andreev · 13 years ago
  12. 1ce0c42 merged with latest develop. by Mike Funk · 13 years ago
  13. 4ad0fd8 add support for httponly cookies by freewil · 13 years ago
  14. 306f56c Merge branch 'develop' of https://github.com/EllisLab/CodeIgniter into feature/all_flashdata by Mike Funk · 13 years ago
  15. 07c1ac8 Bumped CodeIgniter's PHP requirement to 5.2.4. by Phil Sturgeon · 13 years ago
  16. 8f7db7b updated and merged user guide with develop branch. by Mike Funk · 13 years ago
  17. 6b83123 Fixed a bug in CI_Session::_unserialize() by Andrey Andreev · 13 years ago
  18. f142192 Limit db session select to single row by Timothy Warren · 13 years ago
  19. c91a66c tab separation in docblock. by Mike Funk · 13 years ago
  20. c15e17c added all_flashdata function to Session.php by Mike Funk · 13 years ago
  21. f863a02 Revert a space in the license agreement :) by Andrey Andreev · 13 years ago
  22. f886818 Replace AND with && by Andrey Andreev · 13 years ago
  23. 7e087f5 Revert if() merge, for readability by Andrey Andreev · 13 years ago
  24. 9c622f3 Still update the session on AJAX calls, just don't regenerate the session ID by Andrey Andreev · 13 years ago
  25. eea2ff5 Fix issue #154 by Andrey Andreev · 13 years ago
  26. 0defe5d Updating copyright date to 2012 by Greg Aker · 13 years ago
  27. 85f018f Remove access lines from method descriptions and rollback a previous change by Andrey Andreev · 13 years ago
  28. 2c79b76 Replace private with protected, so the class can be easily extended by Andrey Andreev · 13 years ago
  29. 57ffbbb Improve the Session library by Andrey Andreev · 13 years ago
  30. f4a4bd8 adding new license file (OSL 3.0) and updating readme to ReST by Derek Jones · 13 years ago
  31. 3e414f9 Check for string value before doing str_replace. (Issue #439) by Chris Muench · 13 years ago
  32. 9593349 Fixes issue #439 some slashes not escaped in session data by Chris Muench · 13 years ago
  33. f57a46b Added the 'user_data' key to the userdata property so that sessions using a database can be deleted properly when using the table schema found in the "Saving Session Data to a Database" section of the Session Class in the user guide. by Kyle Farris · 13 years ago
  34. 4b9c629 backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke the Typography class's string replacements, for instance by Derek Jones · 14 years ago
  35. 114ab09 Fixed double-space typo. by Razican · 14 years ago
  36. 50671cf Altered Session to use a longer match against the user_agent string. See upgrade notes if using database sessions.</li by Greg Aker · 14 years ago
  37. 3403366 changeset: 2202:06a75a1bd622 by Greg Aker · 14 years ago
  38. ba6432c Consistent handling of 'cookie_secure' setting, also makes the variable changeable through the Session class constructor by tobiasbg · 14 years ago
  39. d6d9f45 Adding config option to require 'secure' setting for all cookies- requires https. by Robin Sowell · 14 years ago
  40. 0711dc8 Hey look, it's 2011 by Greg Aker · 14 years ago
  41. a926328 Changing all class constructors to __construct() by Greg Aker · 14 years ago
  42. 741de1c Updating PHP requirements in files 5.1.6 by Greg Aker · 14 years ago
  43. aa7d3f9 Automated merge with https://bitbucket.org/barrymieny/codeigniter by Derek Jones · 14 years ago
  44. 71eee84 fixed bug where sess_expire_on_close was not being set from a config file, fixes #173 by Derek Jones · 14 years ago
  45. dd67197 Cleanup of stray spaces and tabs by Barry Mieny · 14 years ago
  46. eaa71ba Added a new config item to the Session class (sess_expire_on_close) to allow sessions to auto-expire when the browser window is closed. by Derek Jones · 14 years ago
  47. 5485db5 Added fatal error to Session class when no encryption key is set in the config file, for additional assurance that session manipulation can be prevented by Derek Jones · 14 years ago
  48. 133e666 fixed a bug where a PHP error would result when passing objects as values to the Session class by Derek Jones · 15 years ago
  49. 7f3719f updated copyrights by Derek Jones · 15 years ago
  50. fc395a1 updated copyrights to 2009 by Derek Jones · 16 years ago
  51. 2067d1a Changing EOL style to LF by Derek Allard · 16 years ago
  52. 85e65f6 Propset eol-style to CRLF by Derek Jones · 16 years ago
  53. b5ce5aa corrected a few docblock comments to accurately reflect return values by Derek Allard · 16 years ago
  54. a287936 Fixed a variable typo by Rick Ellis · 16 years ago
  55. c23ed7d Made some changes to allow slashes to be saved in the serialized cookie data. by Rick Ellis · 16 years ago
  56. 4585159 Fixed a bug in the Session class when database sessions are used where upon session update all userdata would be errantly written to the session cookie. by Derek Jones · 16 years ago
  57. d02b5bf by Rick Ellis · 16 years ago
  58. edc41b5 Fixed a comment typo by Rick Ellis · 16 years ago
  59. 993925b whitespace fixes a minor re-ordering of the changelog by Derek Allard · 16 years ago
  60. 44984d6 Updated the Session class so that if a database is being used, any custom data is stored to the DB rather then the cookie. by Rick Ellis · 16 years ago
  61. 0b59f27 Some sweeping syntax changes for consistency: by Derek Jones · 17 years ago
  62. a3ffbbb Removed closing PHP tags, replaced with a comment block identifying the end of the file by Derek Jones · 17 years ago
  63. c7deac9 Undoing change committed in r1115 by Derek Jones · 17 years ago
  64. 5583e1a removed closing PHP tag from all framework files by Derek Jones · 17 years ago
  65. 7327499 Added get_dir_file_info(), get_file_info(), and get_mime_by_extension() to the File Helper. by Derek Allard · 17 years ago
  66. 9c4280b added hashing to prevent client side data tampering to sessions by Derek Allard · 17 years ago
  67. 63df95e removed last_visit from the Session class by Derek Jones · 17 years ago
  68. 7a9193a replaced www.codeigniter.com with codeigniter.com by Derek Jones · 17 years ago
  69. 3d879d5 ExpressionEngine Dev Team in credit by Derek Allard · 17 years ago
  70. 6838f00 Fixed a typo in the docblock comments that had CodeIgniter spelled CodeIgnitor. by Derek Allard · 17 years ago
  71. 59c2633 Fixed a bug in the Session library where user agent matching would fail on user agents ending with a space. by Derek Allard · 17 years ago
  72. 34bc8f8 typo by Derek Allard · 17 years ago
  73. 428e964 Added Flashdata variables, session_id regeneration and configurable session update times to the Session class by Derek Allard · 17 years ago
  74. 92a17b1 fixed DocBlock typo for unset_userdata() by Derek Jones · 17 years ago
  75. d2df9bc update pMachine to EllisLab by Derek Allard · 18 years ago
  76. 41f908d by admin · 18 years ago
  77. 36e6442 by admin · 18 years ago
  78. e334c47 by admin · 18 years ago
  79. bd6bee7 by admin · 18 years ago
  80. b06d69f by admin · 18 years ago
  81. b3ab70b by admin · 18 years ago
  82. 33de9a1 by admin · 18 years ago
  83. 7981a9a by admin · 18 years ago
  84. e79dc71 by admin · 18 years ago
  85. 1cf89aa by admin · 18 years ago
  86. b0dd10f Initial Import by admin · 18 years ago