summaryrefslogtreecommitdiff
path: root/program/include/rcube_session.php
AgeCommit message (Expand)Author
2012-08-09- Fix (workaround) delete operations with some versions of memcache (#1488592)Aleksander Machniak
2012-07-06There's a case (reason unknown) when destroy() is called with empty session key.Aleksander Machniak
2012-05-25Remove possible confusion on session reads - PHP expects string result not bo...Aleksander Machniak
2012-05-08Accept two past time slots for auth cookie validation; don't encode user-agen...thomascube
2012-04-07Reset IP stored in session when destroying session data (#1488056)thomascube
2012-02-21Refactored IMAP cache expunge: delegate to storage object; don't rely on depr...thomascube
2012-01-18Changed license to GNU GPLv3+ with exceptions for skins and pluginsthomascube
2011-12-01- Simplified compose session data handling, no need for session->cleanup()alecpl
2011-11-11Fix: decode session data into superglobals after re-readingthomascube
2011-11-09Consider replication delays in session storagethomascube
2011-09-20- Improve performance by skipping redundant SELECT query when writing new ses...alecpl
2011-09-16Fix session race conditions when composing new messagesthomascube
2011-09-16- Removed leftover codealecpl
2011-09-05Improved memcache connection procedure from release-0.6; use call_user_func t...thomascube
2011-08-24Add copyright line on files with significant changes from Kolab Systemsthomascube
2011-07-30Log session validation errors; keep error message when redirecting to login a...thomascube
2011-05-18Get memcache object from rcmail instancethomascube
2011-05-10Revert r4746 due to timestsamp issues with mysql; deprecate rcube_mdb2::unixt...thomascube
2011-05-02Fix expressionthomascube
2011-04-30Don't attempt to read session data again if the initial read didn't return a ...thomascube
2011-04-27Fix callback reference after renamethomascube
2011-04-26- Fix fatal error from last commit (#1487884), rename rcube_gc() to gc()alecpl
2011-04-25Add support for session storage using memcachethomascube
2011-03-10Prepare for multiple concurrent compose windowsthomascube
2011-03-08- Performance improvement: Remove redundant DELETE query (for old session del...alecpl
2011-03-08Use PHPs session_regenerte_id() instead of using (unreliable) mt_rand() funct...thomascube
2011-02-03protect login form submission from CSRF using a request tokenthomascube
2011-02-02Keep rcube_session->lifetime and keep_alive in syncthomascube
2011-01-28Improve session validity check with changing auth cookies; reduce writes to D...thomascube
2011-01-12Bumbed version; Roundcube development is not Switzerland onlythomascube
2010-11-27Save session data with bas64 ecoding to make it more robust against garbage d...thomascube
2010-10-08- Performance fix for case when session_lifetime=0, fixed indentationalecpl
2010-09-25- s/RoundCube/Roundcube/alecpl
2010-04-23Add class docuumentation blocks and make phpdoc work againthomascube
2010-03-01- Improve performance by avoiding unnecessary updates to the session table (#...alecpl