Update session hash calculation.
This commit is contained in:
@@ -32,7 +32,7 @@ export async function getSession(req) {
|
||||
}
|
||||
|
||||
const { website_id } = website;
|
||||
const session_uuid = uuid(website_id, hostname, ip, userAgent, os);
|
||||
const session_uuid = uuid(website_id, hostname, ip, userAgent);
|
||||
|
||||
let session = await getSessionByUuid(session_uuid);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user