remember-me Questions
2
Solved
I'm developing an application in which I need to catch and respond to Authentication events to take appropriate action. Currently, I'm catching just fine the AuthenticationSuccessEvent Spring throw...
Desireah asked 16/8, 2011 at 14:55
1
I set sessions to expire when browser closes in main config.yml:
framework:
session:
default_locale: %locale%
lifetime: 0
auto_start: true
Then I set "remember me" for login page as describe...
Darendaresay asked 24/6, 2011 at 16:42
1
Solved
I'm trying to implement a "remember me" feature to my login form. I am using ASP.NET MVC as my web application. I managed to get the cookie stuff working, but I failed to automatically login the us...
Sprat asked 11/4, 2011 at 10:11
5
I'm using ASP.NET forms authentication for logging users into a website we're developing.
Part of the functionality is a "Remember me" checkbox which remembers the user for a month if they check i...
Aspergillus asked 31/1, 2011 at 13:1
1
Solved
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 unde...
Sales asked 20/1, 2011 at 4:55
2
Solved
For my lastest project I'm using https://github.com/hassox/rails_warden. It suits my needs very well except that I can't find a good way to implement remember_me. I know that it's notoriously diffi...
Pallet asked 16/12, 2010 at 14:49
2
Solved
I use tf.exe command to get the latest codes but it keeps asking for username/password - is there a way to make those credentials remembered?
I've looked at the tf.exe argument list but no options ...
Anaanabaena asked 16/11, 2010 at 4:49
1
Solved
Is it possible to implement "Remember Me" using jquery? If so, any suggestion how it can be done?
EDIT:
I am trying to remember username and password using jquery cookies.store cookies about user...
Pyrostat asked 30/9, 2010 at 4:53
5
Solved
I am using 2 variables in cookie (7 day expiration) which is user id and hash. Hash is sha1 encode of user agent and user id. In this case some hacker can login who is know stolen cookie's br...
Balcke asked 20/8, 2010 at 13:42
5
Solved
After searching a lot i did not get any answers and finally i had to get back to you. Below i am explaining my problem in detail. It's too long, so please don't quit reading. I have explained my pr...
Ubangi asked 16/3, 2010 at 7:18
2
Solved
I'm curious how does Remember Me work and how does it work in Spring Security?
I understand that server sends long-lived cookies to the client. And then client sends cookie back and server can rec...
Expression asked 29/6, 2010 at 16:31
2
I am using Spring Security's RememberMe Services to keep a user authenticated.
I would like to find a simple way to have the RememberMe cookie set as a session cookie rather than with a fixed exp...
Wicklow asked 9/4, 2010 at 14:46
6
Solved
I'm considering to implement the classic 'remember-me' checkbox on my webapp to allow the authenticated user to be 'remembered' once he returns to visit my website.
Gmail, Facebook and others have...
Exaggeration asked 3/3, 2010 at 13:1
3
Solved
I use a simple login system based on SESSION vars. Once the user logs in, a session var is set that tells my script the user is to be accepted in. I don't use any custom clientside cookie var.
I w...
Planar asked 18/12, 2009 at 16:38
1
Solved
Hello I am creating a Windows application (WPF) that is going to be running in few stations accessing 1 database.
I already implemented a login form with a login system thru My.User.CurrentPrincip...
Lajoie asked 4/11, 2009 at 9:43
5
Solved
Looking at Gmail's cookies it's easy to see what's stored in the "remember me" cookie. The username/one-time-access-token. It could be implemented differently in cases where the username is secret,...
Grandfatherly asked 2/7, 2009 at 14:47
3
Solved
If a user logs into the site, and says 'remember me', we get the unique identifier for the user, encrypt this with RijndaelManaged with a keysize of 256 and place this in a httponly cookie with a s...
Sea asked 27/3, 2009 at 12:3
2
What's the best and most secure way to go when writing an authentication library in a model-view-controller way?
The things that give me a hard time are keeping track of the users activity and rem...
Sikes asked 24/1, 2009 at 10:14
4
Solved
I want my website to have a checkbox that users can click so that they will not have to log in each time they visit my website. I know I will need to store a cookie on their computer to imple...
Koroseal asked 28/10, 2008 at 21:9
© 2022 - 2024 — McMap. All rights reserved.