mirror of
https://github.com/LDAPAccountManager/lam.git
synced 2025-10-03 09:49:16 +02:00
Problem with duplicate sessions fixed. session_name() deleted
This commit is contained in:
parent
8487afe3a3
commit
6ac373cfa4
1 changed files with 2 additions and 2 deletions
|
@ -64,7 +64,7 @@ if($action == "checklogin")
|
|||
else
|
||||
{
|
||||
// Starting LDAP Account Manager session
|
||||
session_name("LDAP Account Manager");
|
||||
//session_name("LDAP Account Manager");
|
||||
session_start();
|
||||
|
||||
session_register("config"); // Register $config object in session
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue