- From: <bugzilla@wiggum.w3.org>
- Date: Fri, 21 Sep 2007 01:37:40 +0000
- To: www-validator-cvs@w3.org
- CC:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=5065
ot@w3.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
Summary|Site fails validation due to|php session in URL
|unexisting GET parameters in|
|url |
------- Comment #1 from ot@w3.org 2007-09-21 01:37 -------
(In reply to comment #0)
> In my site there are several URLs such as the following:
> index.php?type=main&action=login but every link fails due to some
> mysterious parameter that is somehow added:
> index.php?type=main&action=login&PHPSESSID=2ca6dd3b9cdb381623f60bb0ee0ad939
This parameter is added by your php session handler when a user agent is not
accepting cookies. Try it: set up your browser to refuse cookies...
This issue with php coding has been documented at:
http://www.w3.org/QA/2005/04/php-session
Received on Friday, 21 September 2007 01:37:46 UTC