Hi Alex,
shared sessions are used only for readonly requests. I shared them because
of their use.
It's a web application and requests are various and from various points
inside app.
So, many logins and logouts are frequently done, and that the point that
made me decide to
share sessions. Also various forum posts talk about this appointing to
divide readonly session
from write sessions. Consequently, write operations are managed from another
web applications and use their own sessions. Nothing is shared when writing.

Any critique is appreciated!

BR,
Andrea -


-- 
View this message in context: 
http://www.nabble.com/Shared-session-pool-tp14486499p14689371.html
Sent from the Jackrabbit - Users mailing list archive at Nabble.com.

Reply via email to