Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Adobe Summit 2023 [19th to 23rd March, Las Vegas and Virtual] | Complete AEM Session & Lab list
SOLVED

Rememberme functionality like Gmail and facebook

Avatar

Level 3

Hi,

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

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

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

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

0 Replies

Avatar

Level 3

Hi

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

Avatar

Community Advisor

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

Community Advisor

Yes, you can do that without spring

Avatar

Correct answer by
Community Advisor

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

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

Avatar

Level 3

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