}
> 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
$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
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