Search code examples
ofbiz

How to write data to table catalina_session?


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?


Solution

  • As I already answered at https://markmail.org/message/2ff45sswgbaq7rog:

    See createCatalinaSession, updateCatalinaSession and deleteCatalinaSession services

    None of them is used OOTB