[Zope] Session without cookies.
Fernando Lujan
flujan at uol.com.br
Mon Apr 11 17:47:48 EDT 2005
Chris McDonough wrote:
>On Mon, 2005-04-11 at 16:35, Fernando Lujan wrote:
>
>
>>I already changed the browser_id_manager and unchecked the cookies and
>>checked the "Automatically Encode Zope-Generated URLs With A Browser Id"
>>option. But it's just stops working. :(
>>
>>
>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>
2) teste1
<dtml-call "SESSION.get('eg')">
The teste1 displays None, I expected it to display the number 2. :(
>>In addition, where could I get the Examples? The Zope book has a mention
>>of it, but I couldn't find the URL to download the Examples.
>>
>>
>
>Examples are available from the "Quick Start" page, which is available
>from the default index_html of your Zope root.
>
>
I didn't have the Examples directory under my Zope instance... :(
More information about the Zope
mailing list