From:             [EMAIL PROTECTED]
Operating system: Sun Solaris
PHP version:      4.0.6
PHP Bug Type:     Session related
Bug description:  session url rewriting not working?

when compiling php version 4.06 with '--enable-trans-sid' and thereafter
setting 'session.use_cookies off' in php.ini or in Apache's virtual host
container.

Does anyone know why the url rewriting works like this:
- when it encounters a 'href' it do rewrite
- when it encounters a header("Location: test.php"); it does not rewrite
- when it encounters a <form action=test.php > it does not rewrite

im not sure its a bug, but if it is not - then there is'nt much fun in
using url rewriting at all for sessions. 

'./configure' '--with-apache=../apache_1.3.20'
'--with-config-file-path=/etc' '--without-system-regex'
'--enable-versioning' '--enable-track-vars' '--enable-trans-sid'
'--with-oci8=/home/oracle/product/8.1.7/' '--with-mysql=/opt/mysql-3.23.32'




-- 
Edit bug report at: http://bugs.php.net/?id=14280&edit=1


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to