[Zope] Session without cookies.

Fernando Lujan flujan at uol.com.br
Mon Apr 11 19:02:11 EDT 2005


Jens Vagelpohl wrote:

>> 1)test
>>
>> <dtml-call "SESSION.set('eg', 2)">
>> <dtml-call "SESSION.get('eg')">
>>
>> <form action="test1">
>> <input type="submit" value="test1">
>> </form>
>
> It's a simple code. I create two dtml documents with the following code.
>
> The URL "test1" in the form tag is obviously *not* generated by Zope. 
> You put it in there manually. So it cannot work as you expect.
>
> jens

Hum, I see. Just web pages that aren't dinamically generated by Zope. 
For instance, other DTML document will not keep the Session. Is this 
correct?

I need to keep a SESSION through the entire site without cookies. Is 
that possible?

Sorry if I made myself incomprehensible.

Fernando Lujan



More information about the Zope mailing list