vote up 0 vote down star

Is it possible to read cookie expiration date using javascript ?

if yes how ? if not is there a source i can look at.

Thanks

flag

1 Answer

vote up 3 vote down check

It is not possible to get the expiration date of a cookie through Javascript; only key-value pairs are exposed through document.cookie.

link|flag
1  
Yep - after it's been set, the expiry date is opaque; it will appear in document.cookie until its expiry, at which point it will stop. – dtsazza Oct 7 at 15:05

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.