OpenFrame::Cookie - An abstract cookie


OpenFrame documentation  | view source Contained in the OpenFrame distribution.

Index


NAME

Top

OpenFrame::Cookie - An abstract cookie

SYNOPSIS

Top

  my $colour = $cookies->get("colour")->value;

DESCRIPTION

Top

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

Top

James Duncan <jduncan@fotango.com>


OpenFrame documentation  | view source Contained in the OpenFrame distribution.