Task #0001869: Session key : clef de session

This commit is contained in:
Dany wm De Bontridder 2020-12-22 20:32:34 +01:00 committed by sparkyx
parent df45c20cf8
commit 1f458a4f01
45 changed files with 149 additions and 143 deletions

View file

@ -28,7 +28,7 @@ define ("DOSSIER",48);
$_REQUEST['gDossier'] = DOSSIER;
$g_connection=new Database(DOSSIER);
$g_parameter = new Noalyss_Parameter_Folder($g_connection);
$_SESSION['g_user']='phpcompta';
$_SESSION['g_pass']='dany';
$_SESSION['g_pagesize']='50';
$_SESSION[SESSION_KEY.'g_user']='phpcompta';
$_SESSION[SESSION_KEY.'g_pass']='dany';
$_SESSION[SESSION_KEY.'g_pagesize']='50';
$g_user=new User($g_connection);