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.
- Cache SqlMapClient in HttpSession - Good Practice? Open Source Hunter
