Hi,
Does anyone is having idea on how to impliment Rememberme functionality for loginbox component.
Solved! Go to Solution.
Views
Replies
Total Likes
Found this.. it might just give a start point idea
Views
Replies
Total Likes
Hi
Can achieve in java without spring (Cookie and storing the login token gainst the userid ).
Views
Replies
Total Likes
You can achieve it using multiple ways
1. Cookie and store the some login token against a userId
2. Use cookie with a 'remember_me' firewall option
Views
Replies
Total Likes
Yes, you can do that without spring
Views
Replies
Total Likes
Found this.. it might just give a start point idea
Views
Replies
Total Likes
Hi,
I have implimemnted clientside cookies and when I close the browser and reopen the browser it has to redirect homepage but it is redirecting to login page. Could you please suggest me the code for auto login
Views
Replies
Total Likes