Is it possible to read cookie expiration date using javascript ?
if yes how ? if not is there a source i can look at.
Thanks
Is it possible to read cookie expiration date using javascript ?
if yes how ? if not is there a source i can look at.
Thanks
It is not possible to get the expiration date of a cookie through Javascript; only key-value pairs are exposed through document.cookie
.