php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #19573 SessionID gets lost when using <form accept-charset=...>
Submitted: 2002-09-24 05:01 UTC Modified: 2002-09-25 07:20 UTC
From: katzenmayer at erfnet dot de Assigned:
Status: Closed Package: Session related
PHP Version: 4.2.1,4.3.0-dev OS: Linux 2.4.18
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
38 - 3 = ?
Subscribe to this entry?

 
 [2002-09-24 05:01 UTC] katzenmayer at erfnet dot de
The following form won't be correctly rewritten and will not automatically get a session ID:

<form accept-charset="ISO-8859-15, ISO-8859-1" action="xyz.php" method=post>

The same form without the accept-charset parameter will work.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-09-24 06:33 UTC] sniper@php.net
Reproduced with latest CVS HEAD (4.3.0-dev).

Further tests showed that if the 'accept-charset' entry is after 'action' and url_rewriter.tags has "form=action" instead of "form=fakeentry", it works.

The "fakeentry" does not work in any case.

 [2002-09-25 07:20 UTC] sas@php.net
Fixed in 4.3 CVS. Thanks for your report.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 10:01:26 2024 UTC