Temporary data store

0
Hi, I am new to Mendix, How can I use domain model(or anything else ) to store temporary data, like username and email and show it on web page. What logic should I follow?  
asked
1 answers
0

I’m not sure what your exact use case with this temporary data is, but if you are referring data that you do not want to have in your database, you should use non-persistable entities. These objects are kept in-memory only, and will never be written to the database.

 

answered