On 25 Jun 2004, at 19:58, Brad Perkins wrote:

If I issue a redirect to another page in my site is it possible to detect via Active4D commands where the redirect came from without passing the source as a query parameter?

I'm redirecting to a login page under certain circumstances. Upon successful login I'd like to take the user back to where they first tried to go.

Maybe it's obvious but why you just don't store the url in a session variable ?


After successful login, you can check if that variable has some valid url, if it has, just send that page and empty the variable.

Regards,


Raimon Fernandez Barcelona


_______________________________________________ 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