NAME
XAO::DO::Web::Redirect - browser redirection object
SYNOPSIS
<%Redirect url="/login.html"%>
DESCRIPTION
Redirector object. Can set cookies on the redirect.
Arguments are:
url => new url or short path.
target => target frame (optional, only works with Netscape)
base => if set uses base site name (optional)
secure => if set uses secure protocol (optional)
permanent => use status 301 (default is 302)
EXPORTS
Nothing.
AUTHOR
Copyright (c) 2005 Andrew Maltsev
Copyright (c) 2001-2004 Andrew Maltsev, XAO Inc.
<am@ejelta.com> -- http://ejelta.com/xao/
SEE ALSO
Recommended reading: XAO::Web, XAO::DO::Web::Page.