index
:
roundcube.git
local
master
working
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
program
/
lib
/
Roundcube
/
rcube_session.php
Age
Commit message (
Expand
)
Author
2014-05-27
Use public property instead of setter method to improve compatibility
Thomas Bruederli
2014-05-22
Add option to suppress session data writes to DB
Thomas Bruederli
2013-11-07
Avoid rcube_session::reload() to reset previous changes. This fixes parallel ...
Thomas Bruederli
2013-07-23
Avoid session timeouts with memcache backend as proposed by D. Carter via use...
Thomas Bruederli
2013-07-17
Respect HTTP_X_FORWARDED_FOR and HTTP_X_REAL_IP variables for session IP check
Thomas Bruederli
2013-06-16
Fix session issues when local and database time differs (#1486132)
Aleksander Machniak
2013-06-05
Add option to use PHP's native session save handlers
Thomas Bruederli
2013-03-26
Fix typos
Victor Benincasa
2013-03-25
Fix typo
Thomas Bruederli
2013-03-25
Check for exact matching session keys before splitting into path segments. Ad...
Thomas Bruederli
2013-03-02
Add methods to append certain nodes to session data in order to avoid session...
Thomas Bruederli
2012-12-18
CS fixes
Aleksander Machniak
2012-12-18
Cleanup, remove file paths from doc
Aleksander Machniak
2012-11-21
Framework files moved to lib/Roundcube
Aleksander Machniak