11 Apr
2005
11 Apr
'05
11:02 p.m.
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