I am using Rails 1.1.6, with Oracle 10g db. I’m having a problem where
multiple Oracle sessions are starting up in Oracle when I connect to my
Rails site. The user will connect through the browser and a session is
started. If the user closes the browser and then later comes back to the
site, a new session is started. The old session is never closed. This
can be annoying if there many users.
Our DBA says to restart the Ruby server to remove those inactive old
sessions. I have Rails set up through Apache2.2+FastCGI. If I restart
Apache, is that the equivalent of restarting the Ruby server? As far as
I know, there is no Ruby server. Also, when I do restart the Apache, the
Oracle sessions are not removed.
Thanks for any help!