After deployment, data is deleted upon logging out.

0
This is a web application. After committing the data, I confirmed that it is saved in the database. When logging out, the committed data gets deleted. Closing the browser window and logging in again does not result in data loss. The logout logic uses the default sign-out functionality. Other pages that use the same entity do not experience data loss (the logic is identical). In the local environment, logging out does not result in data loss. Why is the data being deleted?
asked
1 answers
0

Hi Minjung,

 

are there any indicators in the log? Something like "Deleting autocommitted objects" ?

For more details: autocommitted objects

answered