Gazelle icon indicating copy to clipboard operation
Gazelle copied to clipboard

Save HTTP_USER_AGENT to users_sessions table if browser changes in session

Open itismadness opened this issue 7 years ago • 2 comments

Some users are using an identification string that WhichBrowser cannot parse. It would help if we record these so that we can look into either making upstream patches or at least understand that they're nonsense.

itismadness avatar Nov 13 '18 19:11 itismadness

Aren't we doing this? The FullUA column?

aloof3 avatar Nov 18 '18 06:11 aloof3

Looking into this further, Gazelle sort of does this. So it saves the full user agent when a user initially logs in. However, if a user then switches browser or operating system, it'll save the values for that when updating the session, but not the new user agent. So I'd like to fix that it's not updating the user agent when just browsing the site.

itismadness avatar Nov 21 '18 23:11 itismadness