
94451
16.09.2016
Javascript Cookie ablaufdatum zurückgeben
Hallo ihr pros 
ein Cookie mit Javascript erstellen ist nicht schwer.
http://www.w3schools.com/js/tryit.asp?filename=tryjs_cookie_username
aber gibt es denn eine Möglichkeit mein expire date (Ablaufdatum) zurückzugeben?
Vielen Dank
Gruß RoadRunner
ein Cookie mit Javascript erstellen ist nicht schwer.
http://www.w3schools.com/js/tryit.asp?filename=tryjs_cookie_username
aber gibt es denn eine Möglichkeit mein expire date (Ablaufdatum) zurückzugeben?
Vielen Dank
Gruß RoadRunner
Bitte markiere auch die Kommentare, die zur Lösung des Beitrags beigetragen haben
Content-ID: 315443
Url: https://administrator.de/forum/javascript-cookie-ablaufdatum-zurueckgeben-315443.html
Ausgedruckt am: 03.06.2025 um 21:06 Uhr
1 Kommentar

http://stackoverflow.com/questions/1532193/reading-cookie-expiration-da ...
http://stackoverflow.com/questions/3274875/how-to-get-cookie-expiration ...
You could write the expiration date inside the value of the cookie splittet by a delimiter, and when you read it just split the value of the cookie to get data and date.
Regards
http://stackoverflow.com/questions/3274875/how-to-get-cookie-expiration ...
You could write the expiration date inside the value of the cookie splittet by a delimiter, and when you read it just split the value of the cookie to get data and date.
Regards