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
/
session.inc
Age
Commit message (
Collapse
)
Author
2009-05-29
- prevent duplicated inserts (#1485867)
alecpl
2009-05-14
Don't write session data on every unset but just remember the unset variables
thomascube
2009-05-13
- speed up the whole session cleaning in kill_session()
alecpl
2009-05-12
- don't stop on error
alecpl
2009-05-12
Minimize chance of race condition in session handling (#1485659, #1484678)
svncommit
2009-05-09
- Fix session handling on non-session SQL query error (#1485734)
alecpl
2009-01-17
* bumping up copyright (happy new year ;-))
till
2008-11-23
Also clean cache table when removing old messages from cache
thomascube
2008-11-22
- fix r2076: removed cache.session_id column, removed DELETEs from cache in ↵
alecpl
session_gc - trust DB server's time when "touching" cache and messages tables
2008-11-21
- Increase speed of session destroy and garbage clean up
alecpl
- Fix session timeout when DB server got clock skew (#1485490)
2008-10-02
- improved rcube_sess_gc() when enable_caching=false, also use join() once
alecpl
2008-09-25
DRY: set (secure) cookies using rcmail::setcookie() + set ↵
thomascube
session.only_use_cookies
2008-09-18
Bind cookie gotten over HTTPS to HTTPS only (#1485336).
svncommit
2008-08-28
Add rcube name prefixes + codestyle
thomascube
2008-05-17
New class rcube_message representing a mail message; changed global $MESSAGE ↵
thomascube
from array to object
2008-05-08
- Don't attempt to delete cache entries if enable_caching is FALSE (#1485051)
alecpl
2008-02-13
* implemented feature from #1484476
till
2007-11-19
Correctly set session cookie lifetime if not 0
thomascube
2007-11-06
Fix bugs #1484555, #1484646 and #1484639
thomascube
2007-10-03
Update copyright notice
svncommit
2007-03-27
New session authentication, should fix bugs #1483951 and #1484299; testing ↵
thomascube
required
2006-09-08
Fixed safe_mode issues
thomascube
2006-09-07
Some bugfixes and session expiration stuff
thomascube
2006-08-30
Added MSSQL support
thomascube
2006-02-05
Added message cache garbage collector
thomascube
2005-12-03
Re-design of caching (new database table added\!); some bugfixes; Postgres ↵
thomascube
support
2005-10-27
more postgres support
svncommit
2005-10-25
more pear/mdb2 integration
svncommit
2005-10-07
Several bugfixes and feature improvements
thomascube
2005-09-28
Minor bugfixes and correction of confusing License notfications
thomascube
2005-09-25
Initial revision
thomascube