G. Asgeirsson Posted December 3, 2018 Report Share Posted December 3, 2018 Hi, I want to disable the “Remember Me” option when the user signs in (logs on) the web server on a Unistream USP-156-B10. Or shorten the password cookie life time to maybe 10 minutes. How can I do this? See attachment, Thanks, Gunnlaugur Asgeirsson Link to comment Share on other sites More sharing options...
Saragani Posted December 3, 2018 Report Share Posted December 3, 2018 Currently not supported. I'm submitting a feature request. Link to comment Share on other sites More sharing options...
G. Asgeirsson Posted December 3, 2018 Author Report Share Posted December 3, 2018 Ok. Thank you Saragani. Link to comment Share on other sites More sharing options...
G. Asgeirsson Posted December 3, 2018 Author Report Share Posted December 3, 2018 One thing though - can I access the sign-in web pages html code directly and make some changes manually? Link to comment Share on other sites More sharing options...
Saragani Posted December 3, 2018 Report Share Posted December 3, 2018 No. Link to comment Share on other sites More sharing options...
G. Asgeirsson Posted December 4, 2018 Author Report Share Posted December 4, 2018 OK, thank you Saragani. Link to comment Share on other sites More sharing options...
Saragani Posted December 26, 2018 Report Share Posted December 26, 2018 Hi, I have a question regarding your need. Currently, the login is stored in a session, and when you choose "Remember Me", then the login is also stored in a cookie. This means that if you log in, then you will be kept logged it as long as you did not close the browser. When you re-open the browser, then if the cookie contains the log in details, then you will still be logged it. (The Remember me cookie currently has a 7 days expire interval). Your feature request can be understood in different ways: 1) Define the cookie expire interval (Instead of being 7 days), so if someone logged it, the cookie expires after 10 minutes, then even if he closes his browser, and re-opens it after 9 minutes and 59 seconds, then he will still be logged it, and he can refresh the page, and navigate to other pages, and he will still be logged it, until he will close and re-open his browser again since now the expire time has passed. 2) The session itself will expire after, f.e. 10 minutes, but since the user does not refreshes the page or go to other pages, then he will still see the content, but if he then refreshes the page, or navigate to a different page, then he will see the log in page again 3) When the user logs in, a counter starts counting, when the 10 minutes passes, even if the page was not refreshes, the page will redirect to the log in page. Thanks. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now