http://qs321.pair.com?node_id=170212


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