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
|
|
@ -60,7 +60,7 @@ echo '<div class="content">';
|
|||
echo '<FORM action="?" METHOD="GET">';
|
||||
echo HtmlInput::hidden('p_action','impress');
|
||||
echo HtmlInput::hidden('type','poste');
|
||||
echo dossier::hidden();echo HtmlInput::phpsessid();
|
||||
echo dossier::hidden();
|
||||
echo '<TABLE><TR>';
|
||||
$span=new ISpan();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue