Different session for different domains but with same backend

Hamza Javed5 years ago

i have different applications running on different hosts but using same backend traccar server i.e. on local i have

  1. localhost:3000
  2. localhost:3001
    and 3rd default traccar web
  3. localhost:8082
    so these 3 sites going to b deployed different domains but all 3 will use single backend server.
    now issue is this when i logged in to one web (i.e. localhost:8082) i'm automatically signed into other two sites as well with same session. but i need separate sessions for all 3 domains.
    how can i achieve this or am i doing something logically wrong please suggest.