Display when a cookie expires

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • TheNewbie
    New Member
    • Jul 2012
    • 1

    #1

    Display when a cookie expires

    Is it possible to display when a cookie expires? Like example you can see at my page trough JavaScript that the cookie will expire in 1 hour.
  • gits
    Recognized Expert Moderator Expert
    • May 2007
    • 5390

    #2
    i dont know of a way to read the cookie's expiration date - but in case you set the cookie for yourself you could workaround it by setting the expiration date even as key-value-pair in the cookie or even another cookie when the cookie is created - so that you can read it back later on.

    Comment

    Working...