You are being forwarded to the lastest updates ot his page!
Or you can Click Here if it doesn't work or you don't wish to wait.

getting cookie expire time with java script

ray bond
hello there ,
with java servlet we can get cookie expire time using,
cookie.getMaxAge() method , but when we set cookie using java
script document.cookie then how to retrive that cookie's
expire time using java script ??? , I mean is there any way in
java script to read cookie expire time ,
thanks