1. e2afc88 Session cookie driver changes by Andrey Andreev · 12 years ago
  2. 3bb4029 Remove extra spaces... by vkeranov · 12 years ago
  3. 2b5b92e Remove extra space... by vkeranov · 12 years ago
  4. ca20d84 Fix #50 by Andrey Andreev · 12 years ago
  5. cf264e0 Fix Session cookies not being encrypted on creation and sess_destroy() not actually deleting cookies by Andrey Andreev · 12 years ago
  6. 72865da Merge pull request #1896 from pkriete/develop by Pascal Kriete · 12 years ago
  7. 28dc202 Changing session error logging verbiage to be a little less unsettling. by Pascal Kriete · 12 years ago
  8. ff5ffdf session native, fix cookie settings by GDmac · 12 years ago
  9. f69f0e8 Updating the cookie driver to use HMAC authentication on all cookie data. by Pascal Kriete · 12 years ago
  10. 28616da Native PHP Session, don't regenerate session_id during ajax by GDmac · 12 years ago
  11. 19cd887 Session Native, respect cookie settings by GDmac · 12 years ago
  12. 0211768 Partially fix #1702 by Andrey Andreev · 12 years ago
  13. 2e3e230 Disable Session library under CLI and create a CI singleton to be used by its drivers by Andrey Andreev · 12 years ago
  14. 3f3f135 Misc. style changes by Andrey Andreev · 12 years ago
  15. 9ffcee6 Cleanup and optimize new Session classes by Andrey Andreev · 12 years ago
  16. cd436e9 That doesn't go there. Put cache fix around correct query. by dchill42 · 12 years ago
  17. 97b0d83 Fixed issues #1756 and #1711 by dchill42 · 12 years ago
  18. 88b636b Fixed defaults and database check, reverted redundant shutdown feature by dchill42 · 12 years ago
  19. 3cecd82 Extracted cookie database saves to shutdown and cleaned up code by dchill42 · 12 years ago
  20. aee9265 Fixed select_driver(), cookie sess_destroy(), and native cookie name conflict by dchill42 · 12 years ago
  21. 0e88408 Updated comments about default driver by dchill42 · 12 years ago
  22. f79afb5 Added session_id to userdata and applied sess_time_to_update by dchill42 · 12 years ago
  23. 2642920 Damn, missed files on last commit by dchill42 · 12 years ago
  24. b185537 Fixed userdata synchronization, loaded driver check, and all_flashdata keys by dchill42 · 12 years ago
  25. c587225 Fixed _parent references and several minor bugs by dchill42 · 12 years ago
  26. 77ee3fd Cleaned up bangs and lowercase booleans, and fixed userdata return on not found to NULL by dchill42 · 12 years ago
  27. 42b77a9 Made cookie driver default and did miniscule code cleanup on drivers by dchill42 · 13 years ago
  28. c5079de Merge branch develop of github.com:/EllisLab/CodeIgniter into session by dchill42 · 13 years ago
  29. 00fcb54 Updated cookie driver to latest develop changes by Darren Hill · 13 years ago
  30. a2ae657 Made private members protected for inheritance by Darren Hill · 13 years ago
  31. 5073a37 Better style guide compliance by Darren Hill · 13 years ago
  32. c4e266b Added Session driver with native PHP sessions and original-flavor CI cookie sessions by Darren Hill · 13 years ago