php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #5938 'Form action="..."' url don't get updated in specific case
Submitted: 2000-08-03 10:45 UTC Modified: 2000-08-03 11:16 UTC
From: roel at lufthansa dot com Assigned:
Status: Closed Package: Session related
PHP Version: 4.0.1pl2 OS: Linux
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: roel at lufthansa dot com
New email:
PHP Version: OS:

 

 [2000-08-03 10:45 UTC] roel at lufthansa dot com
When using the url to pass session ids, if your html is 
<form method="post" action="mypage.php">, then the action urls don't get updated with the session id's. However if you reverse the action and method properties like <form action="mypage.php" method="post">, everything works fine.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-08-03 11:16 UTC] hholzgra@php.net
this has already been fixed in cvs,
try a recent snapshot from snaps.php.net
or build direct from cvs
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 01:01:28 2024 UTC