Emilia Ipate wrote:
> So I cannot just hold these objects in session forever, 

Fortunately sessions don't generally _last_ forever.

> that's why I think a session mantaining functionality is
> required:
>       1. have a configuration file that specifies exactly what objects
> can be hold in session
>       2. for each object that can be hold in session, specify the
> url-patterns for which the object must still be in the session
>       3. have a filter that mantains the session accordingly
>   

Yuck.

Why no just keep everything in the DB and retrieve it when needed?

Dave



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

Reply via email to