RE: [Zope] How can I store session data to db on login/logoff events ?

2006-10-16 Thread Pletli Antal
Thank you Dieter, it is work correctly, i found the session keys! :-) -Original Message- From: Dieter Maurer [mailto:[EMAIL PROTECTED] Sent: Friday, October 13, 2006 8:43 PM To: Pletli Antal Cc: zope@zope.org Subject: RE: [Zope] How can I store session data to db on login/logoff events

RE: [Zope] How can I store session data to db on login/logoff events ?

2006-10-13 Thread Pletli Antal
values but the content keys is []. -Original Message- From: Dieter Maurer [mailto:[EMAIL PROTECTED] Sent: Thursday, October 12, 2006 8:54 PM To: Pletli Antal Cc: zope@zope.org Subject: RE: [Zope] How can I store session data to db on login/logoff events ? Pletli Antal wrote at 2006-10-12

RE: [Zope] How can I store session data to db on login/logoff events ?

2006-10-12 Thread Pletli Antal
1231, in __getattr__ Module ZPublisher.HTTPRequest, line 1182, in get KeyError: 'SESSION' What do I wrong? -Original Message- From: Dieter Maurer [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 11, 2006 8:43 PM To: Pletli Antal Cc: zope@zope.org Subject: Re: [Zope] How can I store

[Zope] How can I store session data to db on login/logoff events ?

2006-10-11 Thread Pletli Antal
Hi All! Sorry for my stupid question and my english: I would like store some session data to db when the users log into my zope system and when the session object will be deleted. When the users log into the system the index_html script sets some data to request.SESSION object. I have a script

RE: [Zope] Problem with running same script at a time

2006-09-22 Thread Pletli Antal
strange, and I'v never read from this problem before. Best regards, Antal -Original Message- From: Dieter Maurer [mailto:[EMAIL PROTECTED] Sent: Thursday, September 21, 2006 7:46 PM To: Pletli Antal Cc: zope@zope.org Subject: RE: [Zope] Problem with running same script at a time Pletli

RE: [Zope] Problem with running same script at a time

2006-09-22 Thread Pletli Antal
Thank you Dieter, I will try it. -Original Message- From: Dieter Maurer [mailto:[EMAIL PROTECTED] Sent: Friday, September 22, 2006 8:03 PM To: Pletli Antal Cc: zope@zope.org Subject: RE: [Zope] Problem with running same script at a time Pletli Antal wrote at 2006-9-22 08:51 +0200

RE: [Zope] Problem with running same script at a time

2006-09-21 Thread Pletli Antal
use default config)? Antal -Original Message- From: Dieter Maurer [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 20, 2006 9:40 PM To: Pletli Antal Cc: zope@zope.org Subject: Re: [Zope] Problem with running same script at a time Pletli Antal wrote at 2006-9-20 14:48 +0200: I have

RE: [Zope] Problem with running same script at a time

2006-09-21 Thread Pletli Antal
. Antal -Original Message- From: Andreas Jung [mailto:[EMAIL PROTECTED] Sent: Thursday, September 21, 2006 9:17 AM To: Pletli Antal; Dieter Maurer Cc: zope@zope.org Subject: RE: [Zope] Problem with running same script at a time --On 21. September 2006 09:12:47 +0200 Pletli Antal [EMAIL

[Zope] Problem with running same script at a time

2006-09-20 Thread Pletli Antal
Title: Problem with running same script at a time Hello list, I use zope2 latest cvs version I have experienced that when i run a python srcipt (it is a long postresql query) from a user folder then i cannot access this folder from management form while the process is running. If i try at