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 (
Collapse
)
Author
2011-09-20
- Improve performance by skipping redundant SELECT query when writing new ↵
alecpl
session into DB
2011-09-16
Fix session race conditions when composing new messages
thomascube
2011-09-16
- Removed leftover code
alecpl
2011-09-05
Improved memcache connection procedure from release-0.6; use call_user_func ↵
thomascube
to trigger session gc handlers
2011-08-24
Add copyright line on files with significant changes from Kolab Systems
thomascube
2011-07-30
Log session validation errors; keep error message when redirecting to login ↵
thomascube
after session error
2011-05-18
Get memcache object from rcmail instance
thomascube
2011-05-10
Revert r4746 due to timestsamp issues with mysql; deprecate ↵
thomascube
rcube_mdb2::unixtimestamp()
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
result
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 ↵
alecpl
deletion) on login
2011-03-08
Use PHPs session_regenerte_id() instead of using (unreliable) mt_rand() ↵
thomascube
function (#1486281)
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 ↵
thomascube
DB; better phpdoc
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 ↵
thomascube
data (#1487136)
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
(#1486325)