Expand my Community achievements bar.

SOLVED

Rememberme functionality like Gmail and facebook

Avatar

Former Community Member

Hi,

Does anyone is having idea on how to impliment Rememberme functionality for loginbox component.

1 Accepted Solution

Avatar

Correct answer by
Level 10
5 Replies

Avatar

Former Community Member

Hi

Can achieve in java without spring (Cookie and storing the login token gainst the userid ).

Avatar

Level 10

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

Avatar

Correct answer by
Level 10

Found this.. it might just give a start point idea 

http://java.dzone.com/articles/using-cookies-implement

Avatar

Former Community Member

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