Hi All,
We have recently started gaining more users on our site and have had quite a few reports about requested features, issues, designs, etc.
One of the things someone asked recently was "is there a way to respond to befriending or comments without having to log back in every time?"
So... is there a Stay Logged-In function where your browser / phone can keep you logged in as a "Trusted Device" until your cache / history is cleared? People are finding it annoying to have to log back in every time and don't need to do this with Facebook. Anything to make the transition from Facebook easier is great!
Thanks!
Adam
Comments
M
Can you get them to login using their email used for FB on the site? There is a remember me option on the login page. It's not an option for FB login or any other social logins.
1
Great idea, I will tell them to use this. For some reason, I didn't think of that! 😕
It's still an issue. I've had this problem for years and have never gotten a resolution.
1
If it's still an issue, I can remove the [SOLVED] tag. I added that because I was not able to try their solution yet and just assumed it was a simple and effective solution. You are having the same problem, Foghorn?
M
strange because non of my site members have this issue. Interesting thought to get some feedback from other site admins/
Hello 1HF !
Yes, as you were told (thank you all, guys!) with the checked "Remember me" field the users may not login every time. By default, this parameter has a value like 129600 minutes and can be changed in the Studio->Developer app.
S
This is also an issue for us, if "Remember Me" is selected the login doesn't work and it just redirects back to the login not affecting all members users however.
1
Alex T⚜️ LeonidS any suggestions?
LeonidS . Would that be the "Session lifetime (min)" setting?
Yes, this one.
Did you perform any changes in the Login forms via Studio->Forms app? Did you check it with several browsers?
S
No nothing has been changed in the login form as far as I can remember/tell, the form itself looks identical to the actual UNA app login. It is happening across safari and chrome and also the mobile app. Could it be something to do with the design template used?
I have to login everytime if I close and reopen the browser. I chose to have my browser remember me it put my email and pass and I just click login.
Hello Shane O !
The trouble was in the missing record in the `sys_options` table, so I've added it again with this MySQL command:
INSERT INTO `sys_options`(`category_id`, `name`, `caption`, `value`, `type`, `extra`, `check`, `check_error`, `order`) VALUES
(1, 'sys_session_lifetime_in_min', '_adm_stg_cpt_option_sys_session_lifetime_in_min', '129600', 'digit', '', '', '', 110);
and cleared the cache.