Php session problem
Had a problem with php session variables on Windows XP. The session variable declared with $_SESSION did not carry over from one page to another. As it turned out, the culprit was a line in the php.ini file:
session.cookie_path = \
I changed it back to the original forward slash
session.cookie_path = /
and it worked.
The URI to TrackBack this entry is: http://jdev.blogsome.com/2006/05/14/php-session-problem/trackback/
No comments yet.
RSS feed for comments on this post.
Line and paragraph breaks automatic, e-mail address never displayed, HTML allowed: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong>