[PHP] trans id problem

2007-03-22 Thread Luciano Tolomei
I must configure a site to not use cookie at all. so i have made a directive in the .htaccess file to disable cookie and use only trans id: php_flag session.use_cookies 0 php_flag session.use_trans_sid 1 i have a big problem with form with method post. the php correclty add the hidden sessio

[PHP] Trans id

2007-03-21 Thread Luciano Tolomei
I have a big problem with trans id. i have to use it on a particolar site cause a security restriction of a group of users. So i have to: use only trans id and to disable cookies. php correctly work on get variables but when it add the input hidden in the form it does not work on submit and p