solved Custom Domain Question

serveion
@serveion
8 years ago
223 posts
hello

I checking visitors Locations on Dashboard
i found this a lot

/customdomain/login_check/3/L3dwLWxvZ2luLnBocA%253D%253D

i just want to understand what it means i have like 25 visitors with the same login_check
updated by @serveion: 04/29/17 10:48:08PM
brian
@brian
8 years ago
10,148 posts
This is normal. When a user clicks on a URL to move to a page that is on a custom domain, the user's session is going to be different (since sessions are unique for each domain). This "login_check" is a special check the module does that prevents the user from having to login on each custom domain - their "session" will seamlessly move between all hosted custom domains.

Let me know if that helps.


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
serveion
@serveion
8 years ago
223 posts
Hello @brian

Thank you for explaining that to me,

Tags