@jksh I agree. You could add these yourself to your Forum with editing of the templates/themes, but I'm not very good at that. Maybe change the text with Custom CSS/JS?
Login persistence for mobile
-
I m using mobile chrome, i observed that after awhile i will be log out. Is there any means to have and option to save my session or persistently log me back in.
-
I believe the way it is programmed at the moment is to behave as a browser session. Meaning, your session will only last as long as you have your browser open, and once you close it you will log out. This should be able to be changed easily by changing the max age in the session middleware. Since if this max age is 0, then it will behave as a browser session, otherwise it will be the amount of time (in milliseconds I think) after logging in that the session will expire.
-
Since if this max age is 0, then it will behave as a browser session, otherwise it will be the amount of time (in milliseconds I think) after logging in that the session will expire.
Interesting -- we'll add it as soon as we have a bit of time. Or you could submit a pull request as well
-
I suppose I could. Would you rather have this setting be in the config.json or as a meta setting?
-
Would have to be a meta setting, if you want it to be configurable.
But honestly, I think 14 or 30 days is "standard" anyway, so I wouldn't think it would need to be configurable.
-
-
This post is deleted! -
Thanks @baris
-
This post is deleted!