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:
parent
b4186b3ca0
commit
2059ddb70e
82 changed files with 174 additions and 314 deletions
|
|
@ -39,7 +39,6 @@ echo js_include('controls.js');
|
|||
echo js_include('dragdrop.js');
|
||||
echo JS_CARD;
|
||||
echo JS_AJAX_FICHE;
|
||||
echo HtmlInput::phpsessid();
|
||||
echo ICard::ipopup('ipop_newcard');
|
||||
$ip_cat=new IPopup('ipop_cat');
|
||||
$ip_cat->title=_('Ajout d\'une catégorie');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue