|
Posted by Thomas Mlynarczyk on 07/05/07 19:06
Also sprach lvalero:
> i get in my forms a hidden field "PHPSESSID", that comes out of the
> blue, is it because the php.ini variable "session.use_trans_sid" is
> set to "on" ? (i cannot change the server settings)
Probably, yes. If you cannot change the server settings, you could try
ini_set( 'url_rewriter.tags', '' ).
Greetings,
Thomas
[Back to original message]
|