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
 [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: Wed Apr 24 12:01:29 2024 UTC