Hello everyone!
My question is whether it is possible to make it so that several users can simultaneously access and use the web application at once (multisession, I think this is called) both when launched on a localhost and already when deployed to a remote server. If so, how can this be done by Spring for my web application developed using this framework + Hibernate ? He himself did not find the necessary information.
It would be nice to provide an example in the XML version, because at this stage I will use this method of configuration description for frameworks.
PS Question on the topic. Do I need to change something in this hibernate.cfg.xml parameter or can I leave it as is?
<property name="connection.pool_size">1</property> Thanks in advance!