pg1691 wrote:
We have implemented HttpSessionListener in our application.  In that
listener we are doing some special code on sessionDestroyed(mainly closing 
connection with oracle database).

Why do you want to store db connections within a session? If you use single db user for every request you should rather use connection pool.


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to