diff --git a/README.md b/README.md index 9a953ee..853ff64 100644 --- a/README.md +++ b/README.md @@ -26,12 +26,13 @@ Just start the Executable file, like a portable program. Before you can use the program you need to authenticate yourself. Because you wouldnt want to give a program your username and password (looking at the people using steam to authenticate), I'm using the session-cookie instead. The session-cookie is what the website uses to "remember you". +You need to obtain your cookie from the browser and copy-paste it in the session cookie textbox in the settings-tab and press save (or enter) +The session cookie will be only recognized as valid if the session the cookie is representing is logged in! ## How to get your session cookie Usually you can find the cookie in your browser. Search for a cookie named *'session'* on warframe.market and copy its content. -[How to get your session cookie in firefox] (http://imgur.com/7tamenv) -[How to get your session cookie in chrome] (http://imgur.com/NddsKgc) -Start the application and insert the cookie into the Session-Token field. +[How to get your session cookie in firefox] (http://imgur.com/7tamenv) +[How to get your session cookie in chrome] (http://imgur.com/NddsKgc) **Don't share this code with anyone as it allows full access to your account as long as you are logged in!** @@ -42,7 +43,7 @@ Just download the new version and replace the executable. ## How to invalidate your session token The program will offer to invalidate your session-cookie (log you out) when removing the files it created (button in settings tab). -If your browser still has this cookie it will **activate the same cookie** when you log in again with the cookie. +If your browser still has this cookie it will **reactivate the same cookie** when you log in again. If you want a new cookie delete your cookie in the browser. ## License