I am using Apache Ofbiz 17.12.04 , today I viewed all source code for discovering something new. I saw an entity, and according to a table named catalina_session . When I run query
SELECT * FROM catalina_session; I see nothing, although I log in/log out, start/stop the application server, and have many actions in the system. How to write data to table catalina_session?
