summaryrefslogtreecommitdiff
path: root/program/lib/Roundcube/rcube_session.php
AgeCommit message (Collapse)Author
2013-11-07Avoid rcube_session::reload() to reset previous changes. This fixes parallel ↵Thomas Bruederli
attachment uploads that could get lost when using the database_attachments plugin
2013-07-23Avoid session timeouts with memcache backend as proposed by D. Carter via ↵Thomas Bruederli
users mailing list
2013-07-17Respect HTTP_X_FORWARDED_FOR and HTTP_X_REAL_IP variables for session IP checkThomas Bruederli
2013-06-16Fix session issues when local and database time differs (#1486132)Aleksander Machniak
Improve performance by executing session gc on script shutdown, also call session_write_close() ASAP
2013-06-05Add option to use PHP's native session save handlersThomas Bruederli
2013-03-26Fix typosVictor Benincasa
2013-03-25Fix typoThomas Bruederli
2013-03-25Check for exact matching session keys before splitting into path segments. ↵Thomas Bruederli
Adds backwards-compatibility after commit f0a7159c
2013-03-02Add methods to append certain nodes to session data in order to avoid ↵Thomas Bruederli
session saving race conditions. Fixes #1488422
2012-12-18CS fixesAleksander Machniak
2012-12-18Cleanup, remove file paths from docAleksander Machniak
2012-11-21Framework files moved to lib/RoundcubeAleksander Machniak