in reply to Re^4: Removing dot before cookie host/domain URL
in thread Removing dot before cookie host/domain URL
perl -MCGI -le "print CGI->new->cookie( qw[ -domain example.com -name +key -value val -path / ] )" key=val; domain=example.com; path=/
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: Removing dot before cookie host/domain URL
by Anonymous Monk on Jun 25, 2011 at 05:36 UTC |