i have different applications running on different hosts but using same backend traccar server i.e. on local i have
- localhost:3000
- localhost:3001
and 3rd default traccar web
- 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.
i have different applications running on different hosts but using same backend traccar server i.e. on local i have
and 3rd default traccar web
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.