index
:
roundcube.git
css_sprites
local_0.8.6
local_0.9.0
nkinkade
npk
svn-trunk
A clone of the Roundcube Mail code for testing and development.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
roundcubemail
/
program
/
include
/
rcube_session.php
Age
Commit message (
Expand
)
Author
2011-11-11
Fix: decode session data into superglobals after re-reading
thomasb
2011-11-09
Consider replication delays in session storage
thomasb
2011-09-20
- Improve performance by skipping redundant SELECT query when writing new ses...
alec
2011-09-16
Fix session race conditions when composing new messages
thomasb
2011-09-16
- Removed leftover code
alec
2011-09-05
Improved memcache connection procedure from release-0.6; use call_user_func t...
thomasb
2011-08-24
Add copyright line on files with significant changes from Kolab Systems
thomasb
2011-07-30
Log session validation errors; keep error message when redirecting to login a...
thomasb
2011-05-18
Get memcache object from rcmail instance
thomasb
2011-05-10
Revert r4746 due to timestsamp issues with mysql; deprecate rcube_mdb2::unixt...
thomasb
2011-05-02
Fix expression
thomasb
2011-04-30
Don't attempt to read session data again if the initial read didn't return a ...
thomasb
2011-04-27
Fix callback reference after rename
thomasb
2011-04-26
- Fix fatal error from last commit (#1487884), rename rcube_gc() to gc()
alec
2011-04-25
Add support for session storage using memcache
thomasb
2011-03-10
Prepare for multiple concurrent compose windows
thomasb
2011-03-08
- Performance improvement: Remove redundant DELETE query (for old session del...
alec
2011-03-08
Use PHPs session_regenerte_id() instead of using (unreliable) mt_rand() funct...
thomasb
2011-02-03
protect login form submission from CSRF using a request token
thomasb
2011-02-02
Keep rcube_session->lifetime and keep_alive in sync
thomasb
2011-01-28
Improve session validity check with changing auth cookies; reduce writes to D...
thomasb
2011-01-12
Bumbed version; Roundcube development is not Switzerland only
thomasb
2010-11-27
Save 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 indentation
alec
2010-09-25
- s/RoundCube/Roundcube/
alec
2010-04-23
Add class docuumentation blocks and make phpdoc work again
thomasb
2010-03-01
- Improve performance by avoiding unnecessary updates to the session table (#...
alec