in reply to
Is it possible to retrieve the expiration time of a stored cookie?
use CGI::Cookie for this. It has a method called expires() which is used to get or set the cookie's expiration time.
hth
Comment on
Re: Is it possible to retrieve the expiration time of a stored cookie?
In Section
Seekers of Perl Wisdom