I'd like to get rid of the default session tracking coming with Zope 2.5 as I need to use the SQLSession product. How would I do it? Simply deleting the Sessions product did not help, as it rendered the instance inaccessible... Thanks, Stefan
Remove the session_data_manager object in the root. ----- Original Message ----- From: "Stefan H. Holek" <stefan@epy.co.at> To: <zope@zope.org> Sent: Wednesday, February 06, 2002 11:28 AM Subject: [Zope] Getting rid of CST in 2.5?
I'd like to get rid of the default session tracking coming with Zope 2.5 as I need to use the SQLSession product.
How would I do it? Simply deleting the Sessions product did not help, as it rendered the instance inaccessible...
Thanks, Stefan
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
"Stefan H. Holek" wrote:
At 06.02.2002 12:24 -0500, Chris McDonough wrote:
Remove the session_data_manager object in the root.
Well, it is "magically" reinstalled on every reboot...
Yeah, that is a little irritating ;-) cheers, Chris
Stefan H. Holek wrote:
At 06.02.2002 12:24 -0500, Chris McDonough wrote:
Remove the session_data_manager object in the root.
Well, it is "magically" reinstalled on every reboot...
After deleting it, create a placeholder object by the same name -- that will prevent it from being recreated. ;) -- Matt Kromer Zope Corporation http://www.zope.com/
Whoops, I'll fix that. ;-) In the meantime, what Matt says will work. ----- Original Message ----- From: "Matthew T. Kromer" <matt@zope.com> To: "Stefan H. Holek" <stefan@epy.co.at> Cc: "Chris McDonough" <chrism@zope.com>; <zope@zope.org> Sent: Wednesday, February 06, 2002 1:35 PM Subject: Re: [Zope] Getting rid of CST in 2.5?
Stefan H. Holek wrote:
At 06.02.2002 12:24 -0500, Chris McDonough wrote:
Remove the session_data_manager object in the root.
Well, it is "magically" reinstalled on every reboot...
After deleting it, create a placeholder object by the same name -- that will prevent it from being recreated. ;)
-- Matt Kromer Zope Corporation http://www.zope.com/
participants (4)
-
Chris McDonough -
Chris Withers -
Matthew T. Kromer -
Stefan H. Holek