From:             [EMAIL PROTECTED]
Operating system: Linux 2.4.18
PHP version:      4.2.1
PHP Bug Type:     Session related
Bug description:  SessionID gets lost when using <form accept-charset=...>

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.
-- 
Edit bug report at http://bugs.php.net/?id=19573&edit=1
-- 
Try a CVS snapshot:  http://bugs.php.net/fix.php?id=19573&r=trysnapshot
Fixed in CVS:        http://bugs.php.net/fix.php?id=19573&r=fixedcvs
Fixed in release:    http://bugs.php.net/fix.php?id=19573&r=alreadyfixed
Need backtrace:      http://bugs.php.net/fix.php?id=19573&r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=19573&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=19573&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=19573&r=notwrong
Not enough info:     http://bugs.php.net/fix.php?id=19573&r=notenoughinfo
Submitted twice:     http://bugs.php.net/fix.php?id=19573&r=submittedtwice
register_globals:    http://bugs.php.net/fix.php?id=19573&r=globals

Reply via email to