Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7674363
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T16:43:17+00:00 2026-05-31T16:43:17+00:00

I am creating a Connection object and making jdbc connection in a constructor of

  • 0

I am creating a Connection object and making jdbc connection in a constructor of a class (DbTest).

Then in another java class(RequestFilter.java), I am initializing this object and storing this instance object in HTTP Session,

DbTest dbtest = new DbTest();
session.setAttribute("dbtest", dbtest);

My question is, is there a way to close the connection object that was created when the session expires? Or will it automatically get closed when it expires?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-31T16:43:18+00:00Added an answer on May 31, 2026 at 4:43 pm

    You can implement HttpSessionListener and within sessionDestroyed() method do the cleanup. However your architecture worries me. You should not store raw JDBC connection in HTTP session!

    • you cannot migrate the HTTP session to another server

    • You can easily create thousands of open database connections, HTTP sessions are much more lightweight

    • 99.9% of the time your database connections are idle

    • you aren’t probably handling connection timeouts and other failures

    Any reasons to have a connection per user rather than a connection pool?

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am creating a JDBC connection pool resource for GlassFish, using the server's Admin
I'm creating a class that will manage a connection to a Firebird database. The
I'm making a mess of creating an object in a method and returning it
I have MSSQLServer 2005 installed on my machine. I am creating a connection string
I have been creating a peer to peer connection for a new game, that
I'm creating a VB2010 application which will require a connection to MSSQL. Should I
I am creating a simple WPF Application with a Sql Connection. The problem is
Is there a difference in manually creating your (let's say db connection string) in
I am connecting C to mysql and then creating a database . My code
The current way our application is written, involves creating a new connection and command

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.