I know that its not possible to read expires value from document.cookie.Its possible to read the value in Firefox and Chrome easily from there options/settings.But older versions of IE(6 & 7) don’t provide such an interface to read expire value (I am not sure about the latest versions).
So, how can I know when a cookie is going to expire in IE.
Thanks
You can’t, at least not through javascript.
But why would you need to? You can just set it again, in which case the expiry time is reset.