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


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

Index


NAME

Top

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

SYNOPSIS

Top

	use HTTP::Cookies::Safari;

	my $cookie_jar = HTTP::Cookies::Safari->new;
	$cookie_jar->load( '/Users/Buster/Library/Cookies/Cookies.plist' );

	# otherwise same as HTTP::Cookies

DESCRIPTION

Top

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

Note: If the source Safari cookie file specifies and expiry date past the unix 32-bit epoch, this file changes the expiry date to 0xFFFFFFFF in unix seconds. That should be enough for anyone, at least to the next release.

See HTTP::Cookies.

SOURCE AVAILABILITY

Top

This module is in Github:

	http://github.com/briandfoy/HTTP-Cookies-Safari

AUTHOR

Top

brian d foy, <bdfoy@cpan.org>

CREDITS

Top

Jon Orwant pointed out the problem with dates too far in the future

COPYRIGHT AND LICENSE

Top


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