Re: [PHP] trans id problem

2007-03-24 Thread Juergen Wind
>* restart apache on the server side restarting the server is not neccessary if php_values/flags are changed via .htaccess >* in the page containing the method=POST form there must >be "" tags somewhere with the PHPSESSID in the >form's HTML source php does this automagically, you can s

Re: [PHP] trans id problem

2007-03-24 Thread Holger Blasum
Hello Luciano, > i have a big problem with form with method post. > the php correclty add the hidden session variables > but it seem that it does not arrive to the page. Having toggled session's use_trans_sid first time myself last week, take care to: * restart apache on the server side (you a

[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