hello,
Can any know How to Perform "Remember Me" functionality which is present in default log in screen.
Hi Rajat
Please refer this link
https://success.outsystems.com/Documentation/11/Developing_an_Application/Secure_the_Application/End_Users/End_Users_Authentication/Persistent_Login?_gl=1*ghfr4x*_ga*OTQ3OTY1MTg4LjE2ODk1OTMwNTU.*_ga_ZD4DTMHWR2*MTcwMjg3MTY2NS4xNzYuMS4xNzAyODcxNzAwLjI1LjAuMA..
Hope this helps
Thanks
Prince
thank you but I want to do this using cookies...
For that you can use client variables.
Here is link. Go through of it.
https://success.outsystems.com/documentation/11/reference/outsystems_language/data/handling_data/client_variable/
do you have any oml?
No actually. But outsystems remember me functionality is already there why you want to use cookies or client variables?
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,
I try to log in 2nd time but I have to write username password again ...
Could you please explain more about you scenario that you want to achieve?
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.