index
:
roundcube.git
local
master
working
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
program
/
include
/
rcube_session.php
Age
Commit message (
Expand
)
Author
2011-05-10
Revert r4746 due to timestsamp issues with mysql; deprecate rcube_mdb2::unixt...
thomascube
2011-05-02
Fix expression
thomascube
2011-04-30
Don't attempt to read session data again if the initial read didn't return a ...
thomascube
2011-04-27
Fix callback reference after rename
thomascube
2011-04-26
- Fix fatal error from last commit (#1487884), rename rcube_gc() to gc()
alecpl
2011-04-25
Add support for session storage using memcache
thomascube
2011-03-10
Prepare for multiple concurrent compose windows
thomascube
2011-03-08
- Performance improvement: Remove redundant DELETE query (for old session del...
alecpl
2011-03-08
Use PHPs session_regenerte_id() instead of using (unreliable) mt_rand() funct...
thomascube
2011-02-03
protect login form submission from CSRF using a request token
thomascube
2011-02-02
Keep rcube_session->lifetime and keep_alive in sync
thomascube
2011-01-28
Improve session validity check with changing auth cookies; reduce writes to D...
thomascube
2011-01-12
Bumbed version; Roundcube development is not Switzerland only
thomascube
2010-11-27
Save 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 indentation
alecpl
2010-09-25
- s/RoundCube/Roundcube/
alecpl
2010-04-23
Add class docuumentation blocks and make phpdoc work again
thomascube
2010-03-01
- Improve performance by avoiding unnecessary updates to the session table (#...
alecpl