Anderson Ami wrote:
>
> I did this :
>
> - I created a Session Manager called Session
> - In my index_html I wrote : <dtml-call Session.set('NAME','VALUE')>
> - In other dtml document called document2 I wrote : <dtml-var NAME>
>
> Why does´t it work ?
> when I call document2 the zope generates a error.
If this is usign CoreSessionTracking, you _really_ need to read the
documentation...
Chris