mirror of
https://github.com/umami-software/umami.git
synced 2026-02-12 16:45:35 +01:00
Update session hash calculation.
This commit is contained in:
parent
a7847ce5f4
commit
128f15092e
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ export async function getSession(req) {
|
||||||
}
|
}
|
||||||
|
|
||||||
const { website_id } = website;
|
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);
|
let session = await getSessionByUuid(session_uuid);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue