summaryrefslogtreecommitdiff
path: root/program/include/rcube_session.php
AgeCommit message (Expand)Author
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