mirror of
https://github.com/umami-software/umami.git
synced 2026-02-08 06:37:18 +01:00
Lookup location for payload IPs. Removed hostname from session id.
This commit is contained in:
parent
e060f2b240
commit
0aad3d8e05
2 changed files with 4 additions and 4 deletions
|
|
@ -87,7 +87,7 @@ export async function POST(request: Request) {
|
|||
return forbidden();
|
||||
}
|
||||
|
||||
const sessionId = uuid(websiteId, hostname, ip, userAgent);
|
||||
const sessionId = uuid(websiteId, ip, userAgent);
|
||||
|
||||
// Find session
|
||||
if (!clickhouse.enabled && !cache?.sessionId) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue