> I have a CF site that I developped in DWMX. As it is a
> freebie, I made use of a lot of the automatic code
> generation features of DWMX to save time.

I would recommend that you avoid the DWMX server behaviors for login/logout
functionality. In general, most of the server behaviors work well enough,
although I have issues with most of them, but the login/logout server
behaviors don't take advantage of the new CFLOGIN framework that comes with
CFMX 6.x, and they have other flaws as well.

> The new box does not appear to have the that broblem, but my
> logout code is now causing some weird issues. Users can log
> in no problem. But when you click the logout link or try to
> access a protected page when not logged in, I get a "Page
> cannot be displayed" error in IE and a white page in
> Netscape. The sessions are invalidated, but the requests are
> not redirected to the target pages after logout.

The logout URL you provided just outputs a META tag to the browser:

<meta http-equiv="Expires" content="0">

Can you post the code for that page?

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
phone: 202-797-5496
fax: 202-797-5444
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to