Related Posts
How awesome in Fishbowl?
Additional Posts in Software Engineering
New to Fishbowl?
Download the Fishbowl app to
unlock all discussions on Fishbowl.
unlock all discussions on Fishbowl.
How awesome in Fishbowl?
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.
Download the Fishbowl app to unlock all discussions on Fishbowl.
Copy and paste embed code on your site

Scan your QR code to download
Fishbowl app on your mobile

For the session ID is actually a cookie that generated by the SSO service,
Then the session ID will be the identifier for each product / services to check if the user is logged in or not, but there is still a problem, because if user is actively on product A, and not access SSO, the cookies on SSO will expired, thus the user still active on product, but logged out on SSO.
So in this case I want to implement browser fingerprinting and use the fingerprint to store the user session, but the fingerprint is quite expensive, and the free one only have 40-60% of accuracy,
which user somewhere might be accidentally logged in to someone account if I implement auto login on SSO based on the browser fingerprint,
Is there anyone ever got with this situation? Is there any tips that you can share?
Thanks
Hellö