|
|
Q1339 Is it possible to set a cookie and then redirect a return visitor to a different url all using cgi?
irt.org | Knowledge Base | CGI | Q1339 [ previous next ] Q1339 Is it possible to set a cookie and then redirect a return visitor to a different url all using cgi?Try:
If you leave out the "-domain", and "-path", then they will default to current values. The above example will be returned to all servers in the irt.org domain. If you leave out the "-expires", then the cookie will expire when the user closes their browser. The above expires after 10 days. See "perldoc CGI" for detailed info. |
-- div -->
|