summaryrefslogtreecommitdiff
path: root/program/include/rcube_session.php
AgeCommit message (Expand)Author
2011-11-11- Apply fixes fom trunk up to r5414alecpl
2011-11-09Add memcache debug mode from r5120thomascube
2011-11-09Backporting r5403 to release branchthomascube
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