forked from GNUsocial/gnu-social
dropping the setcookie() call from common_ensure_session() since we're pretty sure it's unnecessary
This commit is contained in:
parent
65c4cff01c
commit
78fe76b058
@ -178,7 +178,6 @@ function common_ensure_session()
|
||||
}
|
||||
if (isset($id)) {
|
||||
session_id($id);
|
||||
setcookie(session_name(), $id, 0, common_config('site', 'path') . '/');
|
||||
}
|
||||
@session_start();
|
||||
if (!isset($_SESSION['started'])) {
|
||||
|
Loading…
Reference in New Issue
Block a user