do not regenerate session id
This commit is contained in:
parent
56292b8515
commit
fc22eab443
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>
|
* @author Oliver Hanraths <oliver.hanraths@uni-duesseldorf.de>
|
||||||
*/
|
*/
|
||||||
|
|
@ -37,7 +37,6 @@
|
||||||
// Start session
|
// Start session
|
||||||
if(session_id() === '') {
|
if(session_id() === '') {
|
||||||
session_start();
|
session_start();
|
||||||
session_regenerate_id(true);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue