23 May
2006
23 May
'06
11:19 p.m.
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@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.