Author: david
Date: Wed Oct 20 22:07:23 2010
New Revision: 8347
Log:
Rollback revsion 8249.
Modified:
trunk/lib/QubitSessionStorage.class.php
Modified: trunk/lib/QubitSessionStorage.class.php
==============================================================================
--- trunk/lib/QubitSessionStorage.class.php Wed Oct 20 18:15:22 2010
(r8346)
+++ trunk/lib/QubitSessionStorage.class.php Wed Oct 20 22:07:23 2010
(r8347)
@@ -31,11 +31,6 @@
}
}
- if (null !== $value =
sfContext::getInstance()->getRequest()->getParameter($options['session_name']))
- {
- session_id($value);
- }
-
parent::initialize($options);
}
}
--
You received this message because you are subscribed to the Google Groups
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/qubit-commits?hl=en.