do not regenerate session id
This commit is contained in:
parent
2873f9325f
commit
18dbf8d83a
1 changed files with 1 additions and 2 deletions
|
|
@ -13,7 +13,7 @@
|
|||
|
||||
|
||||
/**
|
||||
* Component to handle authentication and authorization
|
||||
* Component to handle authentication and authorization.
|
||||
*
|
||||
* @author Oliver Hanraths <oliver.hanraths@uni-duesseldorf.de>
|
||||
*/
|
||||
|
|
@ -37,7 +37,6 @@
|
|||
// Start session
|
||||
if(session_id() === '') {
|
||||
session_start();
|
||||
session_regenerate_id(true);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue