Skip to Content (Press Enter)
OutSystems.com
Personal Edition
Community
Support
Training
Training
Online Training
Developer Schools
Boot Camps
Certifications
Tech Talks
Documentation
Documentation
Overview
ODC
O11
Forums
Forge
Get Involved
Get Involved
Jobs
Ideas
Members
Mentorship
User Groups
Platform
Platform
ODC
O11
Search in OutSystems
Log in
Get Started
Back to Forums
Mário Araújo
0
Views
1
Comments
Sessions in SMS flows
Question
Hello all,
Suppose that there is a Wait Message with a Preparation action. Within the Preparation action a Login action is executed.
What is the purpose of the Login's Persistent attribute?
I guess that this has something to do with the way that a session is established, but I didn't get it in scope of SMS flows initiated by the end user.
Thank you,
Mário
Carlos Alves
Staff
Hi Mario,
As you might understood, sessions in SMS are defined by a pair of attributes: MSISDN + Large Account. Or in other words, the end-user phone number (MSISDN) and the public number of the service (Large Account).
ThePersistent Login attribute of the Login API is used to setup the session information in a cookie, whenever you're using a cookie-enabled device to access the application. Of course, the SMS technology doesn't support such behavior and thus, the use of the Persistent Login parameter is worthless. Nevertheless, it is part of the API for compatibility reasons.
Thank you,
Carlos Alves
Community Guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
See the full guidelines
Loading...