Mike,

In our case we were having failures when the user would log out of a web application. Normally this should have redirected them to the login page.

I originally thought the problem was using the "abandon session" command, but further testing and input from Aparajita led me to believe that the problem only occurred when WebSTAR was in the mix. I set up a test server with Apache and the problem didn't occur. We weren't running the latest WebSTAR, I didn't want to deal with Kerio to get an upgrade, and we were planning to move to Apache anyway so
my workaround was to not use "abandon session" but something like this:

   abandon response cookie ("MY_SITE_SID")
   abandon response cookie ("MY_SITE_UID")
delete session item ("@")
   set session timeout (0)
redirect ("/login/auth/login.a4d?webapp="+$webapp)

hth,

Brad

Mike Vogt wrote:
Brad,
In my situation with the white screen, I am using Webstar as a proxy to
4DServer. Mike Vogt

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Brad Perkins
Sent: Friday, September 14, 2007 12:10 PM
To: [EMAIL PROTECTED]
Subject: Re: [Active4d-dev] Having issues with redirect(/login.a4d)

I haven't been closely following this thread, but recall that we had similar problems when converting from v3 to v4. In looking at our bug tracking system I had noted that the problem was due to what appears to be a bug in WebSTAR rewrite? Is he possibly running WebSTAR as a proxy in front of Active4D? If so, I can dig up what we did to workaround the problem.

-- Brad Perkins

Aparajita Fishman wrote:
It is indeed version 4 according to my documentation. I
will check
with Tim Gillespie to verify this.

EDIT:
It is A4D 4.0 - we jsut downloaded it from your site and
reinstalled.
The issue still occurs.
Did you switch from the 4D 2003 code to the 4D 2004 code in On Web Connection?

Regards,

   Aparajita
   www.aparajitaworld.com

   "If you dare to fail, you are bound to succeed."
   - Sri Chinmoy   |   www.srichinmoylibrary.com


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

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

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


_______________________________________________
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