Set it without a expire time, then it will expire whenever the user
closes their browser windows. If the jsp that needs to read the cookie
on the same domain for wich it's set, it shouldn't have any problem
reading it, but yes, you won't be able to use php's $_SESSION in jsp.
Andrea wrote:
I u
Andrea wrote:
I urgently need to store a cookie that expires with session. This cookie has
to be read by a section written in jsp, therefore I don't think I can use
$_SESSION variables.
Can anyone help me?
Andrea
to set a cookie that expires with the session do
setcookie (name, value)
thi
I urgently need to store a cookie that expires with session. This cookie has
to be read by a section written in jsp, therefore I don't think I can use
$_SESSION variables.
Can anyone help me?
Andrea
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/un
3 matches
Mail list logo