- Increase speed of session destroy and garbage clean up

- Fix session timeout when DB server got clock skew (#1485490)
This commit is contained in:
alecpl
2008-11-21 18:19:30 +00:00
parent be7d3b6918
commit 3e48d2eee1
11 changed files with 58 additions and 38 deletions

View File

@@ -97,6 +97,7 @@ CREATE TABLE session (
vars text NOT NULL
);
CREATE INDEX ix_session_changed ON session (changed);
-- --------------------------------------------------------