Non persistent entity is disappeared when reload the page

1
As far as i know, according to the doc, non persistent entity is not erased from the memory when it is shown or related to persistent entity. But when I set the association between anonymous user and non persistent entity, non persistent entity keep being erased whenever reload the page. How can i keep non persistent entity?
asked
1 answers
0

Hi HyunKyu Chang,

 

According to the documentation: "Unchanged persistable objects are removed from memory when they aren’t used because they can be reloaded from the Mendix Database when necessary".

 

With that said, there is a couple of things I can suggest you try. Try either committing the non persistable entity (yes, you can commit the non-persistable entity into memory) to see if that solves your problem of the value being erased from memory.

 

Otherwise, if that didn't work, you can try associating the non persistable entity with the system entity that is used for the Session to see if that fixes the issue.

 

I hope that helps you, regards!

answered