Oct 1, 2007 #1 calv1n Programmer Joined Sep 29, 2007 Messages 18 Location CA How do I print the time to the cookie expires? -CALV1N
Oct 1, 2007 #2 jpadie Technical User Joined Nov 24, 2003 Messages 10,094 Location FR the browser does not send the time of expiry of a cookie to the server. so you will not be able to ascertain this value from the client-side. you will, of course, know the expiry time of any cookie that your code programmatically sets. Upvote 0 Downvote
the browser does not send the time of expiry of a cookie to the server. so you will not be able to ascertain this value from the client-side. you will, of course, know the expiry time of any cookie that your code programmatically sets.