It will work.

It would be far better to use generic connections and do security some
other way.  Under this scenario you will end up with far more open
connections to the DB and far more resources consumed both on the web
server and the database server.

Jeff Butler


On Thu, Jun 5, 2008 at 1:44 AM, Open Source Hunter
<[EMAIL PROTECTED]> wrote:
> Is it a good practice to cache an instance of SqlMapClient in the
> HttpSession for each user? I cannot use generic database connections
> since data access is granted based on the username and password for
> each user.
>

Reply via email to