Tina Matter wrote at 2006-9-29 06:57 -0700:
>I have a basic DTML document that has several input fields on it.  When the 
>user submits the form, validation occurs and goes to an error page, if need 
>be.  On my error page (dtml-document), there is a link to go back to the 
>previous page to correct your errors.  However, when I click on that link, my 
>SESSION values are not displaying.  But if I press Shift-Reload, I see my 
>values.  Any ideas?

Wheneven something bad happens and vanishes afte a "Shift-Reload",
you probably have a caching problem.

Search for "cache-control" and the a corresponding response
header such that you document will not be cached.



-- 
Dieter
_______________________________________________
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )

Reply via email to