HTTP::Cookies::Omniweb - Cookie storage and management for Omniweb


HTTP-Cookies-Omniweb documentation  | view source Contained in the HTTP-Cookies-Omniweb distribution.

Index


NAME

Top

HTTP::Cookies::Omniweb - Cookie storage and management for Omniweb

SYNOPSIS

Top

	use HTTP::Cookies::Omniweb;

	$cookie_jar = HTTP::Cookies::Omniweb->new;

	# otherwise same as HTTP::Cookies

DESCRIPTION

Top

This package overrides the load() and save() methods of HTTP::Cookies so it can work with Omniweb cookie files.

See HTTP::Cookies.

BUGS

Top

Although Omniweb declares that it uses a DTD, the URL to the DTD is dead.

Omniweb seems to not store the path for cookies unless it is not /, and sometimes it stores it as %2f. I haven't completely figured that out, so output files will not exactly match input files.

SOURCE AVAILABILITY

Top

This code is in Github:

	http://github.com/briandfoy/HTTP-Cookies-Omniweb/tree/master

AUTHOR

Top

brian d foy, <bdfoy@cpan.org>

COPYRIGHT AND LICENSE

Top


HTTP-Cookies-Omniweb documentation  | view source Contained in the HTTP-Cookies-Omniweb distribution.