in reply to Cookies and things...
In any case, it sounds like your problems could be more than solved by using HTTP's Basic auth for securing the directory you wish.
Update I'll assume that my $cookie = $query->cookie(-name=>'cookie', -value=>'hello', -domain=>'www.cis$ isn't the actual line in use, otherwise I would not expect it to work at all.
|
|---|