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
|
|
@ -4,7 +4,6 @@ echo '<div class="content">';
|
|||
echo '<div id="search">';
|
||||
echo '<FORM METHOD="GET">';
|
||||
echo dossier::hidden();
|
||||
echo HtmlInput::phpsessid();
|
||||
echo HtmlInput::hidden('p_action',$_REQUEST['p_action']);
|
||||
echo HtmlInput::hidden('sb',$_REQUEST['sb']);
|
||||
echo HtmlInput::hidden('sc',$_REQUEST['sc']);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue