remember-me
Remember Me - How long should be the duration
Just saw a site which said \"Remember me for 开发者_开发问答3 weeks\". Some of the email sites like Yahoo or Gmail offer 2 - 3 weeks as this duration. What would be an apt duration for a site which wi[详细]
2023-03-09 12:34 分类:问答Remember fields across pages?
I have this: main.php: ID: <input name=\"id\" id=\"id\" type=\"text\" size=\"20\" value=\"<?php echo $_POST[\'id\']; ?>\"><br>[详细]
2023-02-25 04:35 分类:问答Devise + Omniauth + Rememberable
I followed the tutorial on the github devise wiki : https://github.com/plataformatec/devise/wiki/OmniAuth%3A-Overview[详细]
2023-02-22 23:26 分类:问答Why remember me token?
While implementing the \"remember me\" feature for a website, why do we complicate things and have a token called remember me token apart from a session token.[详细]
2023-02-16 19:45 分类:问答Google App Engine Java - Keep Session alive after users close browser (remember me function)
We can enable session by setting sessio开发者_C百科ns-enabled to true in file appengine-web.xml. However, the session implemented by GAE is not persistent after closing browsers. My question is how to[详细]
2023-02-14 12:10 分类:问答PHP: Remember Me and security?
During the time I\'ve spent taking breaks from learning how PHP supports Unicode I\'ve been delving into making my \"Remember Me\" cookies a bit more secure. However there are a few things I don\'t un[详细]
2023-02-05 21:33 分类:问答Spring RememberMe processAutoLoginCookie
I\'m using Spring Security 3.0.0 and persistent RememberMe. When the server restarts and a browser window is still open, we need to be able to continue using the application without having to login -[详细]
2023-02-05 03:34 分类:问答Restful API, how an app can (re)match a user to an existing one?
I asked various questions about my problem (here and here) and I also asked in the #oauth & #openid freenode\'s channel on IRC. (this is note an \"UP\" question, it\'s an other problem)[详细]
2023-02-01 03:23 分类:问答Avoiding Remember me security issues
How do 开发者_开发知识库you avoid session hijacking and other problems with remember me on logins? One thing i know is to add a md5 or the useragent, but that\'s isn\'t a very good protection in itsel[详细]
2023-01-31 16:50 分类:问答How do I get Devise's Rememberable module to use http_only for the remember me cookie?
The rails session cookie is HttpOnly by default but the remember_user_token cookie set by Devise\'s Rememberable module is not.[详细]
2023-01-31 14:42 分类:问答