logo       
Google Custom Search
    AddThis Social Bookmark Button

Redirects and address bar: msg#00030

Subject: Redirects and address bar
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/cgiapp@xxxxxxxxxxxxxxxxx/
             http://marc.theaimsgroup.com/?l=cgiapp&r=1&w=2
To unsubscribe, e-mail: cgiapp-unsubscribe@xxxxxxxxxxxxxxxxx
For additional commands, e-mail: cgiapp-help@xxxxxxxxxxxxxxxxx





Try Searching:
servers, voip, java, networking, microsoft ...
<Prev in Thread] Current Thread [Next in Thread>