84
Views
9
Comments
"Remember me" Functionality on Login screen.
Question

hello,

Can any know How to Perform "Remember Me" functionality which is present in default log in screen.

2022-09-23 06-35-08
RAJAT PATANKAR

thank you but I want to do this using cookies...

2024-05-08 06-29-37
Prince Aadil Khan Panwar

No actually. But outsystems remember me functionality is already there why you want to use cookies or client variables? 

2021-06-03 11-03-21
Anubhav Rai

Hi Rajat,
In OutSystems default action "User_Login" you can pass this checkbox value in "RememberLogin" and Outsystems will manage this when you log in for the second time.


Regards,

2022-09-23 06-35-08
RAJAT PATANKAR

I try to log in 2nd time but I have to write username password again ...


2021-06-03 11-03-21
Anubhav Rai

Could you please explain more about you scenario that you want to achieve?

2022-01-13 08-29-52
Saravanan Santhanam

Hi RAJAT PATANKAR,

If you want to achieve this using the cookie concept, please use this HTTP request handler action. 

Refer to this OS documentation for the implementation - https://success.outsystems.com/documentation/11/reference/outsystems_apis/httprequesthandler_api/


Regards,
Saravanan Santhanam.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.