in reply to Re: CGI::Session disconnect invalidates 1 active statement handle
in thread CGI::Session disconnect invalidates 1 active statement handle

The best answer is in the previous post than mine, I'd only explain it: You need to call this piece of code $query->finish (); atripathi at ea dot com
  • Comment on Re^2: CGI::Session disconnect invalidates 1 active statement handle

Replies are listed 'Best First'.
Re^3: CGI::Session disconnect invalidates 1 active statement handle
by Anonymous Monk on Oct 28, 2011 at 09:51 UTC
    $query->finish (); is the answer, thx guys.