EA_Shepard
Community Manager
2 years agoRe: EA app Fails to Remember "Keep me signed in" Option
@Gabochido wrote:
The mechanism that keeps you logged in is called a “remember me cookie”. It’s a long string of numbers that web sites use to keep track of users that have logged in. Sometimes these cookies are based on the IP address of the user. I don’t know for sure but I bet that when you switched to a faster network, you also changed your ip address and this invalidated the remember me cookie stored on your computer.
Accurate. I switch mine a lot and what I typically do is clear all my Ips and clean up the PC with the steps Here! This may help.
Renew IP
Spoiler
- From the Start menu, type cmd to search for the Command Prompt app.
- Select Run as administrator.
- Click Yes to allow User Account Control (UAC), if prompted.
- The Administrator: Command Prompt window opens.
At the prompt, type ipconfig /release, and then press Enter - The command now executes. You may see several lines of text before the command prompt returns.
- At the prompt, type ipconfig /renew, and then press Enter.
Flush DNS
Spoiler
- Click the Start button. It’s the Windows logo in the bottom left corner.
- Select Command Prompt.
- To open the command prompt console, you could also simply press the Windows and R keys at the same time and enter cmd.
- You may see a popup asking if you want to allow Command Prompt to make changes to your computer. If you do, select Yes.
- If you are asked for an administrative login at this point, then you’ll need to contact your system administrator to proceed.
- In the command prompt window, type ipconfig /flushdns.
- Press Enter.
- You should see a message confirming that the DNS Resolver Cache was successfully flushed.