Is it possible to get a stored cookie's path? (PHP)
Posted
by RemiX
on Stack Overflow
See other posts from Stack Overflow
or by RemiX
Published on 2010-05-10T13:02:42Z
Indexed on
2010/05/10
13:14 UTC
Read the original article
Hit count: 132
Quick question: One can set the path where a cookie is valid, but is it also possible to get (read) this path from the cookie (in PHP)?
Or else: is it possible to extend a cookie's time, without knowing what path it's on (but keeping the path the same)?
© Stack Overflow or respective owner