[Zope] empty session with virtual hosting

2006-01-30 Thread Luca Dall'Olio
I have a Zope 2.9.0 installation under Solaris. When I access the Zope site directly (port 8080) the session has the keys I expect, but when I try to do the same using the virtual host (port 80 has apache that rewrites to the zope installation) the session is empty. Do you have any hint about

[Zope] missing add version in Zope

2006-02-09 Thread Luca Dall'Olio
I have been looking (almost) everywhere, but I can't find the Version line in the main combo box (the one for adding products). This means that I cannot start working in a Version. I can't find the Add Version line in the security tab, either. In Control Panel I can see the Version Management,

[Zope] webdav and PUT_factory

2006-02-27 Thread Luca Dall'Olio
First of all, I would like to thank everybody for your accurate and fast answers. I am working with a small group of developers, each in different places and working at different times. According to my past experience in java, this means cvs ^_^ I have some doubts about how to synchronize

[Zope] dtml methods and namespace

2006-03-09 Thread Luca Dall'Olio
Hi to everybody, I have a simple dtml-method assignment-action that is called upon a form post. Depending on the form request data, a dtml-if chooses between one of two dtml-documents : assigment-success and assignment-failure : dtml-if iscorrect() dtml-var assignment-success dtml-else

[Zope] localfs cannot save (ValueError: assigning to _p_jar is not supported )

2006-03-14 Thread Luca Dall'Olio
I have created some localfs directory. I can see files from filesystem and delete them from Zope, but I cannot upload them or modify text files from Zope, because I get the following error : Traceback (innermost last): * Module ZPublisher.Publish, line 113, in publish * Module

[Zope] how to count authenticated and anonymous users currently online ?

2006-03-16 Thread Luca Dall'Olio
I would like to know how many anonymous users are online and also if some authenticated users are. I tried with guest counter but couldn't make it work, and tried also to inspect temp-folder/session_data but I get a security error. Is there a way to accomplish this? Thank you everybody in

Re: [Zope] how to count authenticated and anonymous users currently online ?

2006-03-16 Thread Luca Dall'Olio
Dieter Maurer wrote: Luca Dall'Olio wrote at 2006-3-16 10:01 +0100: I would like to know how many anonymous users are online Do you know what this should mean? The server has no a priori notion which users are online. You may artificially define the term session and then consider