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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
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

Pull Requests

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: Sun Oct 27 16:01:27 2024 UTC