0

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?

Vy Do
  • 46,709
  • 59
  • 215
  • 313

1 Answers1

1

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

See createCatalinaSession, updateCatalinaSession and deleteCatalinaSession services

None of them is used OOTB

Wai Ha Lee
  • 8,598
  • 83
  • 57
  • 92
JacquesLeRoux
  • 577
  • 4
  • 10