hello , does anyone know how to set session config in moqui project ?
Moqui uses Jetty for session management. You can checkout the MoquiDefaultConf.xml
for various variables relating to session such as line 235.
That’s at least a start. Hopefully that helps