Commit Graph

12 Commits

Author SHA1 Message Date
Thomas Bruederli
1e7d1240ed Avoid rcube_session::reload() to reset previous changes. This fixes parallel attachment uploads that could get lost when using the database_attachments plugin 2013-11-07 11:38:58 +01:00
Thomas Bruederli
1a8cf64dd1 Avoid session timeouts with memcache backend as proposed by D. Carter via users mailing list 2013-07-23 11:12:44 +02:00
Thomas Bruederli
4d480b36ea Respect HTTP_X_FORWARDED_FOR and HTTP_X_REAL_IP variables for session IP check 2013-07-17 08:04:15 +02:00
Aleksander Machniak
3dbe4f79e4 Fix session issues when local and database time differs (#1486132)
Improve performance by executing session gc on script shutdown, also call session_write_close() ASAP
2013-06-16 14:18:57 +02:00
Thomas Bruederli
42de33c7de Add option to use PHP's native session save handlers 2013-06-05 09:10:08 +02:00
Victor Benincasa
3906264747 Fix typos 2013-03-26 07:08:58 -03:00
Thomas Bruederli
f603883d37 Fix typo 2013-03-25 09:07:29 +01:00
Thomas Bruederli
4034a79beb Check for exact matching session keys before splitting into path segments. Adds backwards-compatibility after commit f0a7159c 2013-03-25 09:05:26 +01:00
Thomas Bruederli
f0a7159c40 Add methods to append certain nodes to session data in order to avoid session saving race conditions. Fixes #1488422 2013-03-02 00:10:54 +01:00
Aleksander Machniak
0d214498d0 CS fixes 2012-12-18 19:02:53 +01:00
Aleksander Machniak
d2534c63f2 Cleanup, remove file paths from doc 2012-12-18 09:07:00 +01:00
Aleksander Machniak
ba6f21caeb Framework files moved to lib/Roundcube 2012-11-21 19:52:03 +01:00