Re: Cookie and redirecting.

2001-09-27 Thread Andrew
} > else { > # previous session was passed via a cookie. > Question: Is it necessary > # to also check CGI parameters at this point? > Probably not since > # we have assumed cookies as the primary method > for passing session > # data. > if (!def

Re: Cookie and redirecting.

2001-09-27 Thread Sawsan Sarandah
$cgi->param("cookietemp")) { # subsequent times using cookies } else { # first time using cookies $cgi->delete("cookietemp"); print $cgi->redirect(-uri=> $cgi->self_url()); } } - Original Message - Fr

Cookie and redirecting.

2001-09-26 Thread Andrew
Dear Folks, I am currently working on cookies for tesing out. Although a lot of people had disabled the function on their browsers, I would just like to try it. I got few knotty problems : 1) I could set the cookie's parameters and retrieve it. But how I can make use of the returned