Sessions stored

Does anyone know how the user session is stored in axelor? or Where is the information to know which user has logged id?

Hi !

In the application.properties file, ther is some commented lines about log, you can found those informations there.

2020-06-23 14:35:30.550 DEBUG 93398 --- [http-nio-8080-exec-6] o.h.c.e.i.r.EhcacheGeneralDataRegion     : key: sql: select user0_.id as id1_125_,
... 
; named parameters: {1=Matthias}; max rows: 1; transformer: org.hibernate.transform.CacheableResultTransformer@110f2


2020-06-23 14:36:02.584 DEBUG 93398 --- [http-nio-8080-exec-6] o.h.c.e.i.r.EhcacheGeneralDataRegion     : key: sql: select user0_.id as id1_125_, 
... 
named parameters: {1=USERGC}; max rows: 1; transformer: org.hibernate.transform.CacheableResultTransformer@110f2
1 « J'aime »