Bruno, Without knowing your intended approach I can only suggest one. Once you've established your connection, via a pool or otherwise, you can maintain a hold on that connection by storing a handle to it with a session object established for the user. Then each time you need access to it, get the session object and subsequently the connection object. Put anything else you wish to save during your browser session into the session hashtable for later retrieval. Hope that helps a little. Dan > ---------- > From: Bruno Torres Goyanna[SMTP:[EMAIL PROTECTED]] > Reply To: Bruno Torres Goyanna > Sent: Tuesday, March 16, 1999 12:38 AM > To: [EMAIL PROTECTED] > Subject: JSP Using SQL Connections > > <<File: bruno.vcf>> > Hi, > I'm trying to implement a solution using Oracle with JSP. But I don't > know > how to make a connection to Oracle staying alive during a session on > Browser. I > tryed to make a Bean doing a connection, but all the variables in the bean > hold > their values during posts through the pages, but the connection always > break > down. > > Bruno Goyanna > =========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JSP-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".
