|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2002-07-05 06:17 UTC] akorthaus at web dot de
PHP is compiled with --enable-trans-sid. If I use sessions, a hidden field like <input tpe="hidden" name="PHPSESSID" value="234234kkldslkj32jkll3k"> is put between every <form></form>. The <input> is added DIRECTLY behind the first <form>-tag. That?s nice, but in XHTML 1.1 <form><input></form> isn?t allowed anymore, you must use something like <form><div><input></div></form>, but this is not possible. PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Tue Feb 24 15:00:01 2026 UTC |
Oh, sorry! I asked so many people and nobody knew.... But ist would be nice if some day this would work correctly :) Another question: Is it possible to add the SessionID to header("Location:...") by trans-sid automatically?