Mark, I'm afraid I'm stuck with IE. All I can do is keep pushing for a standards change. The user is 'somewhere' and his session has expired. Session parameters last_url and last_rm are set and he's redirected to login(). After reauthenticating he's redirected back to $url. At that point, the back button takes him to login(). Not useful. It looks like I'll need a Back button in my application. Just curious, would Firefox skip over a single redirect or both? Thanks, Jon
$url = $session->param('last_url') . "?rm=" . $session->param('last_rm');} $self->header_type('redirect'); $self->header_props(-url=>$url);Now the user has landed in mode3, and the back button goes nowhere useful.You could be clearer about which browser has the problematic behavior, where the back button is taking the user, and why it isn't useful. IE and Firefox handle "back button after redirect" differently. Firefox will skip over the the redirecting page (which I prefer), but IE will take you back the redirect page. That's annoying, because it just 'forwards' you back the future. For an example of the difference, try the pet search on the C::A driven site: http://www.1-800-save-a-pet.com/ There is a 'waiting page' after you search. One you are on the results page, 'Back' in Firefox will skip over the waiting page, but IE will take you to it. Mark -- http://mark.stosberg.com/
---------------------------------------------------------------------
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.