Actually, that is exactly what is happening. It's the current URL with the contents of login_html rendered. I changed it to the following and it worked:

<dtml-unless pyCheckSession>
        <dtml-return expr="1">
</dtml-unless>

Thanks again for your help!
-Andrew

On May 23, 2006, at  5/23/2006 5:02 PMMDT, Jo Meder wrote:

Am 24.05.2006, 00:57 Uhr
        schriebte Andrew Hedges <[EMAIL PROTECTED]>:

<dtml-unless pyCheckSession>
        <dtml-return login_html>
</dtml-unless>

Are you sure you're seeing the redirect there and not just the login
page rendered for the address you were originally accessing?

Just wondering...

        Jo.

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

Reply via email to