Could you tell us how to do that? I've seen that the cookie is returned by the browsers in the HTTP_COOKIE environment variable in the form:
HTTP_COOKIE=cookie_name=cookie_value;next_cookie_name=next_cookie_value; but no expiration date is sent. I don't think the CGI module is able to find the expiration date of a cookie. But if the programmer wants, he can set this expiration date in the value of the cookie. Teddy, Teddy's Center: http://teddy.fcc.ro/ Email: [EMAIL PROTECTED] ----- Original Message ----- From: "Kipp, James" <[EMAIL PROTECTED]> To: "'Sawsan Sarandah'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, July 16, 2003 2:45 PM Subject: RE: Retrieving cookie expiration date read 'perldoc cgi', go to the http cookies section. you can retrieve a cookie into a hash which will include the exp date. HTH Jim -----Original Message----- From: Sawsan Sarandah [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 16, 2003 12:44 AM To: [EMAIL PROTECTED] Subject: Retrieving cookie expiration date Greetings, Is it possible using cgi.pm or other means to extract the expiration date & time of a cookie on a remote computer? If yes, how? Thanks -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]