I have a little web application with aprox. 123 pages. I need to setup the 
users and groups permisions to this pages. I am using the Authentication 
Framework. All this permisions are stored in a database in the server. The 
question is:

Where are all the session data stored or mantained?

I ask this because I need to know what is the cost of read once and store all 
this data inside the user session vrs. Retrieve a value from the database on 
every access (using the user ID).

I know this is a trade off between database transacctions vrs. network 
bandwidth.

Many thanks in advance,

Antonio Gallardo.

P.S: I am using XSP, Cocoon 2.1

---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

To unsubscribe, e-mail:     <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>

Reply via email to