0

Error when trying to authorize another google user

This issue came up when a google user has already authorized their account. When that user tries to authorize another email, this error came up.

Deleting all server-side cookie does not fix this problem but logging out the user by directing them to https://www.google.com/accounts/Logout (WARNING) does. However, that link will log out all Google users that are currently logged in.

Any ideas?

Kevin Hu
  • 21
  • 3

1 Answers1

0

Apparently this is a cookie issue. JSESSIONID. An answer can be found here How to prevent the JSESSIONID showing in the URL

Kevin Hu
  • 21
  • 3