 Cacame9946 Posts: 17
10/2/2018
|
It doesn't seem to do anything.
-- Cacame_Awemedinade's Profile A mysterious gentleman who has a monopoly on the sale of cacoa.
|
|
|
+3
link
|
 Catherine Raymond Posts: 2518
10/2/2018
|
It's supposed to save your password so you don't have to re-enter it each time you log in.
-- Cathy Raymond http://fallenlondon.com/Profile/cathyr19355
Catherine Raymond aka Mrs. Rykar Malkus http://fallenlondon.com/Profile/Catherine%20Raymond (Gone NORTH)
|
|
|
0
link
|
 annalibertas Posts: 161
10/5/2018
|
Catherine Raymond wrote:
It's supposed to save your password so you don't have to re-enter it each time you log in.
On the old site, the 'remember me' button set a cookie so you stayed logged in, instead of having to log back in each time you visit the page, so the change does very much give the impression of it being a broken button
@Cacame9946, have you sent in a bug report for this? Would be curious to know what they say
-- https://www.fallenlondon.com/profile/Anna%20Libertas Accepting all social actions & boxed cats
https://www.fallenlondon.com/profile/Julliah%20Randolph Alt, will accept all social actions whenever I log on
|
|
|
0
link
|
 Jolanda Swan Posts: 1789
10/5/2018
|
In my case, it does not save the password or keep me logged in.
-- Lover of all things beautiful, secret admirer of ugly truths, fond of the Parabola Sun... and always delighted to role play. http://fallenlondon.com/profile/Jolanda%20Swan
|
|
|
0
link
|
 Tystefy Posts: 450
10/5/2018
|
https://deadbydaylight.gamepedia.com/Remember_Me
It's not exactly a great perk, mind you... though, some builds use it.
-- Will sometimes return to post absurdity.
|
|
|
0
link
|
 Frenjamin Banklin Posts: 49
10/6/2018
|
I doesn't and has never, worked properly if you use login via Facebook.How do you log in?
|
|
|
0
link
|
 Catherine Raymond Posts: 2518
10/7/2018
|
Frenjamin Banklin wrote:
I doesn't and has never, worked properly if you use login via Facebook.How do you log in?
Via Twitter. But I never check the "Remember Me" box anyway (my browser saves the password) so i can't really opine on whether and to what extent the button works.
-- Cathy Raymond http://fallenlondon.com/Profile/cathyr19355
Catherine Raymond aka Mrs. Rykar Malkus http://fallenlondon.com/Profile/Catherine%20Raymond (Gone NORTH)
|
|
|
0
link
|
 Zarchne Posts: 9
10/9/2018
|
I log in with e-mail address and password, always checking Remember Me, and mostly when I come back it does remember me, but since the new release it occasionally forgets. I assume it does work by setting a cookie. (G_ENABLED_IDPS is the only one set...) My guess is that the failure to remember me correlates to new versions being released. According to the footer, it's currently at version 2.16.55 while I'm pretty sure the third number (most minor) was 52 sometime last week.
|
|
|
+1
link
|
 Kittenpox Posts: 869
10/12/2018
|
Tystefy wrote:
https://deadbydaylight.gamepedia.com/Remember_Me
It's not exactly a great perk, mind you... though, some builds use it. First thing that came to mind was https://en.wikipedia.org/wiki/Remember_Me_(video_game) , but you seem to have the better answer here. :-p
-- Kittenpox Current [Fabulous Diamond] count: Twenty-Five (of 50). Halfway there! ^_^ Metaphysical Caprice: 11. - Currently: Returned to the Neath, and regaining my footing in this place. :-) NO PLANT BATTLES PLEASE.
|
|
|
+1
link
|
 Zarchne Posts: 9
10/13/2018
|
To follow-up, shortly after I posted the above, the game forgot me again, but then (after a full reload; it wasn't immediately obvious) the version updated to 2.16.56. (When at first it didn't seem to increase I of course thought my hypothesis was wrong, but I realized I was mistaken when I saw that the version had increased after all.)
|
|
|
+1
link
|
 Zarchne Posts: 9
10/13/2018
|
On the other hand, I now see that it's 2.16.58 and I haven't been forgotten since. Maybe they figured out the problem.
|
|
|
+1
link
|
 Saklad Posts: 528
10/24/2018
|
Fallen London uses a Microsoft-based (groan) framework: ASP.NET. When you authenticate with a username and password, it responds with a “bearer token”. That’s basically the same as a username and password, except it expires and needs to be re-requested eventually. It’s the sort of thing that browsers actually store when you log into websites.
More specifically, it is a JWT, or JavaScript Object Notation Web Token. That is stored as a cookie on your browser, and sent whenever you do literally anything in Fallen London.
Checking “Remember Me” causes the server to grant you one that lasts longer before expiring (possibly indefinitely, but I don’t think so). That means that you don’t have to log in as often.
If you authenticate with Facebook (which you should never do), then Facebook manages the tokens. You log into Facebook, Facebook sends a token specifically authorized for the app you connected (in this case, Fallen London), and that gets you in. But seriously, never do anything like that. It’s extremely insecure to reuse accounts like that, and Facebook tracks everything it can in order to sell data profiles to advertisers.
Assuming you don’t need to log in on devices owned by others, just use a password manager and generate an extremely long and completely random password for each account you make. It doesn’t matter that you won’t remember "T6#jHU3,_ov_2p@;?j3Ex;t,Cz\B;km", since your devices will. edited by Saklad5 on 10/24/2018
-- Saklad5, a man of many talents
|
|
|
+4
link
|