Re: About Auth Framework -> Caching

2002-09-21 Thread Antonio Gallardo Rivera
Many thanks Alan. Of course it helped. Antonio Gallardo El Sábado, 21 de Septiembre de 2002 04:58, Alan Hodgkinson escribió: > Antonio Gallardo Rivera wrote: > > 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 t

Re: About Auth Framework -> Caching

2002-09-21 Thread Alan Hodgkinson
Antonio Gallardo Rivera wrote: > 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 th

Re: About Auth Framework

2002-09-20 Thread Antonio Gallardo Rivera
To answer my question: :) From Cocoon docs: A session is a data storage which resides on the server and records information about one single user. Cocoon creates a session on demand and from that point of time the user is tracked and information can be stored inside the session. Each followin