NAME
OpenFrame::Cookie - An abstract cookie
SYNOPSIS
my $colour = $cookies->get("colour")->value;
DESCRIPTION
This class is used internally in OpenFrame to hold a cookie. An OpenFrame::Cookie
object is returned when you fetch a cookie from a OpenFrame::Cookies
object.
This class is a subclass of CGI::Cookie
. You should call its value() method to get the value.
AUTHOR
James Duncan <jduncan@fotango.com>