Stay Logged-In [SOLVED]
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
-
- · Michael Newton
- ·
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.
-
Great idea, I will tell them to use this. For some reason, I didn't think of that! 😕
-
- · Foghorn
- ·
It's still an issue. I've had this problem for years and have never gotten a resolution.
-
- · 1HF
-
·
In reply to Foghorn
- ·
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?
-
- · Michael Newton
- ·
strange because non of my site members have this issue. Interesting thought to get some feedback from other site admins/
-
-
- · Shane O
- ·
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.
-
- · 1HF
-
·
In reply to Shane O
S
- ·
-
LeonidS . Would that be the "Session lifetime (min)" setting?
-
Yes, this one.
-
-
·
LeonidS
-
·
In reply to Shane O
S
- ·
Did you perform any changes in the Login forms via Studio->Forms app? Did you check it with several browsers?
-
·
LeonidS
-
- · Shane O
-
·
In reply to LeonidS
- ·
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.
-
-
·
LeonidS
-
·
In reply to Shane O
S
- ·
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.
-
·
LeonidS