Hi,
I redirect users to another application after a successful login.
$url = "http://some.where";
$self->header_type('redirect');
$self->header_props(-url => $url);
Works great, the address bar reflects the new location.
If the session times out, the user is redirected back to login.
$url = "https://back.here.again";
$self->header_type('redirect');
$self->header_props(-url = $url);
Works great, but the address bar still shows old location. Are
too many redirects in a row causing IE to lose track? Is there
something I can do to force proper address showing?
Thanks.
---------------------------------------------------------------------
Web Archive: http://www.mail-archive.com/suppressed/
http://marc.theaimsgroup.com/?l=cgiapp&r=1&w=2
To unsubscribe, e-mail: suppressed
For additional commands, e-mail: suppressed
Mail converted by mhonarc 2.6.15
This archive provided courtesy of JSW4.NET, Internet Hosting Services for Small Business.