summaryrefslogtreecommitdiff
path: root/program/include/rcube_session.php
AgeCommit message (Expand)Author
2011-09-21- Applied fixes from trunk up to r5259alecpl
2011-09-19- Applied fixes from trunk up to r5232alecpl
2011-09-16Backport r5226 to release 0.6 branchthomascube
2011-08-24Improve memcache connection and failure handling; add debug option to trace m...thomascube
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