Remove $_REQUEST[PHPSESSID] it is now replaced by the cookie

a flag in .htaccess must be set
php_flag session.use_only_cookies on
php_flag session.use_cookies 1
This commit is contained in:
Dany De Bontridder 2010-05-11 23:30:03 +00:00
parent b4186b3ca0
commit 2059ddb70e
82 changed files with 174 additions and 314 deletions

View file

@ -148,7 +148,6 @@ class Acc_Parm_Code {
$r.= '<TD>'.$value->input();
$r.='<span id="p_value_label"></span></td>';
$r.='</tr>';
$r.=HtmlInput::phpsessid();
$r.=Dossier::hidden();
return $r;