summaryrefslogtreecommitdiff
path: root/roundcubemail/program/include/rcube_session.php
AgeCommit message (Expand)Author
2012-01-18Changed license to GNU GPLv3+ with exceptions for skins and pluginsthomasb
2011-12-01- Simplified compose session data handling, no need for session->cleanup()alec
2011-11-11Fix: decode session data into superglobals after re-readingthomasb
2011-11-09Consider replication delays in session storagethomasb
2011-09-20- Improve performance by skipping redundant SELECT query when writing new ses...alec
2011-09-16Fix session race conditions when composing new messagesthomasb
2011-09-16- Removed leftover codealec
2011-09-05Improved memcache connection procedure from release-0.6; use call_user_func t...thomasb
2011-08-24Add copyright line on files with significant changes from Kolab Systemsthomasb
2011-07-30Log session validation errors; keep error message when redirecting to login a...thomasb
2011-05-18Get memcache object from rcmail instancethomasb
2011-05-10Revert r4746 due to timestsamp issues with mysql; deprecate rcube_mdb2::unixt...thomasb
2011-05-02Fix expressionthomasb
2011-04-30Don't attempt to read session data again if the initial read didn't return a ...thomasb
2011-04-27Fix callback reference after renamethomasb
2011-04-26- Fix fatal error from last commit (#1487884), rename rcube_gc() to gc()alec
2011-04-25Add support for session storage using memcachethomasb
2011-03-10Prepare for multiple concurrent compose windowsthomasb
2011-03-08- Performance improvement: Remove redundant DELETE query (for old session del...alec
2011-03-08Use PHPs session_regenerte_id() instead of using (unreliable) mt_rand() funct...thomasb
2011-02-03protect login form submission from CSRF using a request tokenthomasb
2011-02-02Keep rcube_session->lifetime and keep_alive in syncthomasb
2011-01-28Improve session validity check with changing auth cookies; reduce writes to D...thomasb
2011-01-12Bumbed version; Roundcube development is not Switzerland onlythomasb
2010-11-27Save session data with bas64 ecoding to make it more robust against garbage d...thomasb
2010-10-08- Performance fix for case when session_lifetime=0, fixed indentationalec
2010-09-25- s/RoundCube/Roundcube/alec
2010-04-23Add class docuumentation blocks and make phpdoc work againthomasb
2010-03-01- Improve performance by avoiding unnecessary updates to the session table (#...alec