You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user-java@ibatis.apache.org by Open Source Hunter <op...@gmail.com> on 2008/06/03 14:13:43 UTC

Caching SqlMapClient Objects

Would you cache instances of SqlMapClient in an HttpSession? I cannot use a
generic database connection since each user is granted access to certain
data in the database.