chris-gong / gamelift-example-ue4

Sample project integrating AWS GameLift with Unreal Engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Have to find a way to delete the webcache folder so that users can sign in through different Google accounts

chris-gong opened this issue · comments

Currently, when a user logs in for the first time, the Google sign in goes as expected. However, upon the second time running the menu level, if the user wants to sign in through a different Google account, it will log in automatically via the account used in the first login. The only way that I know of to sign in as a different user is to delete the Saved/webcache folder in the project.

We were able to clear the cookies of the WebBrowser widget in this commit 5ae610e