Cookies - how to determine expiration DATE?? 
Author Message
 Cookies - how to determine expiration DATE??

Request.Cookies("PersonID") will get you the VALUE stored in that
cookie.

How do I Request the DATE when that same cookies expires? Can that be
found??

It is easy enough to WRITE the date that a cookie expires, such as...

  Response.Cookies("PersonID").Expires now + 30

...but what I am trying to find is how to then READ that DATE value.

Thanx!

(ps. looking at the cookie file itself does not help -- not me,
anyway! -- just a bunch of random looking numbers)



Fri, 19 Sep 2003 09:47:08 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. Cookies - how to determine expiration DATE??

2. NEW Macintosh Web Site Search Engine

3. Setting cookie expiration date using JScript and ASP

4. Determining Password Expiration Date

5. Determining Password Expiration Date

6. autoinc doesn't inc automatically

7. Search method in Delphi - Help!

8. How to get Edit Fields in TDialog??

9. Delphi vs VB

10. Delphi, BLOBs, and Watcom SQL

11. -Help appreciated. Help string manipulation. HOW?!?

12. TP 5.0 & Windows95

 

 
Powered by phpBB® Forum Software