Create session using java action call

0
I am having a custom login page , I am using anonymous user, checking the credentials and showing them the home, What i need is I have to create session for the user who is logging in, I have to do that using java action call, I dont want to use authentication login widget and java script to create session, , please any one share the java code to create a session for account. Thanks in advance!
asked
2 answers
1

Hi Rishi, 

Check the below API which accepts username and password, validates it and creates session

https://apidocs.mendix.com/7/runtime/com/mendix/core/Core.html#login-java.lang.String-java.lang.String-

answered
0

This is the screeshot

answered