[Rt-commit] rt branch, 4.2/switch-oracle-session-backend, updated. rt-4.1.13-20-gea51d58
Thomas Sibley
trs at bestpractical.com
Fri Jun 28 19:16:09 EDT 2013
The branch, 4.2/switch-oracle-session-backend has been updated
via ea51d58b2b3ab6919c864a6170d12d062eb931ab (commit)
from 36be526fecd2efb82762bb64978e39381d4a7622 (commit)
Summary of changes:
docs/UPGRADING-4.2 | 6 ++++++
1 file changed, 6 insertions(+)
- Log -----------------------------------------------------------------
commit ea51d58b2b3ab6919c864a6170d12d062eb931ab
Author: Thomas Sibley <trs at bestpractical.com>
Date: Fri Jun 28 16:15:59 2013 -0700
Add an upgrading note about Oracle sessions
diff --git a/docs/UPGRADING-4.2 b/docs/UPGRADING-4.2
index fa14bba..4b531ab 100644
--- a/docs/UPGRADING-4.2
+++ b/docs/UPGRADING-4.2
@@ -129,3 +129,9 @@ UPGRADING FROM RT 4.0.0 and greater
and granting Everyone the OwnTicket right is a common cause of
performance problems. Unprivileged Owners (if they exist) may still
be set using the Autocompleter.
+
+* On Oracle, sessions are now stored in the database by default instead of
+ on-disk. If you wish to preserve the original behaviour, ensure the
+ following is in your RT_SiteConfig.pm:
+
+ Set($WebSessionClass, "Apache::Session::File");
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list