[Zope] Session without cookies.

Jens Vagelpohl jens at dataflake.org
Mon Apr 11 18:43:23 EDT 2005


On Apr 11, 2005, at 23:47, Fernando Lujan wrote:
>> Note that it says "Zope-generated" URLs.  URLs that are not generated 
>> by
>> Zope will not be encoded.
>>
> The URL is generated by Zope.
>
>
> It's a simple code. I create two dtml documents with the following 
> code.
>
> 1)test
>
> <dtml-call "SESSION.set('eg', 2)">
> <dtml-call "SESSION.get('eg')">
>
> <form action="test1">
> <input type="submit" value="test1">
> </form>

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



More information about the Zope mailing list