Task #0001869: Session key : clef de session
This commit is contained in:
parent
df45c20cf8
commit
1f458a4f01
45 changed files with 149 additions and 143 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue