Posted by Janwillem Borleffs on 10/10/38 11:33
effect wrote:
> Does anyone know if it's possible (with PHP, or even something else)
> to detect what a cookie's expiration date is? I want to set a 2nd
> cookie that has the same expiration date, but I want them to sync up
> without resetting the 1st cookie. Thanks!
>
You should be able to do this with the apache_request_headers function:
http://www.php.net/apache_request_headers
Look for the "Cookie" header sent from the client.
JW
Navigation:
[Reply to this message]
|