Under 3.0.1b7 we used this code to logout of a web application.

<%

   `file: /iopr/auth/logout.a4d
import ("sessauth")
   import ("iopr")
   import("a4d.web")
   import("a4d.web.plus")
   import("a4d.utils")
abandon session
   abandon response cookie ("IOPR_SID")
   abandon response cookie ("IOPR_UID")
redirect ("/iopr/auth/login.a4d")

%>

After upgrading to 4.0.2, when I try to logout I get a Browser error like:

"Your browser could not fulfill a redirect request. Please click here <http://128.165.208.5/iopr/auth/login.a4d> to go the intended destination."

This happens on PC and Mac w/ multiple browsers.

Any Ideas?

-- Brad Perkins


_______________________________________________
Active4D-dev mailing list
[email protected]
http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev
Archives: http://mailman.aparajitaworld.com/archive/active4d-dev/

Reply via email to