[Rt-commit] r7308 - in rt/branches/3.6-RELEASE: .
falcone at bestpractical.com
falcone at bestpractical.com
Tue Mar 20 17:49:04 EDT 2007
Author: falcone
Date: Tue Mar 20 17:49:03 2007
New Revision: 7308
Modified:
rt/branches/3.6-RELEASE/ (props changed)
rt/branches/3.6-RELEASE/html/Elements/SetupSessionCookie
Log:
r17520 at ketch: falcone | 2007-03-20 17:47:46 -0400
* if you set $RT::WebSessionClass, %backends will be empty and the
tie will fail. This lets you use Apache::Session::Oracle
Modified: rt/branches/3.6-RELEASE/html/Elements/SetupSessionCookie
==============================================================================
--- rt/branches/3.6-RELEASE/html/Elements/SetupSessionCookie (original)
+++ rt/branches/3.6-RELEASE/html/Elements/SetupSessionCookie Tue Mar 20 17:49:03 2007
@@ -69,7 +69,7 @@
tie %session, $session_class,
$SessionCookie
|| ( $cookies{$cookiename} ? $cookies{$cookiename}->value() : undef ),
- $backends{$RT::DatabaseType}
+ $session_class
? {
Handle => $RT::Handle->dbh,
LockHandle => $RT::Handle->dbh,
More information about the Rt-commit
mailing list