[Zope] RESPONSE.redirect not working

Andrew Hedges andrew at clearwired.com
Tue May 23 19:19:56 EDT 2006


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 <andrew at clearwired.com>:
>
>> <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.



More information about the Zope mailing list