Create token

0
Hello,   I would like create a private token in session API (same [%currentUser%]) to use this in xpath or microflow. How to do this in mendix ?   Thanks
asked
1 answers
3

Create an entity that stores the token and create a reference with System.Session. When creating the token set the reference with the session. Then  you can always use the session to goto the token. Note though that you have to think about removal of sessions or creating multiple sessions for one user etc.

Regards,

Ronald

 

answered