Returns a single threaded SqlMapSession implementation for use by one user. Remember though, that SqlMapClient itself is a thread safe SqlMapSession implementation, so you can also just work directly with it. If you do get a session explicitly using this method
be sure to close it! You can close a session using the sqlMapSession.close() method.
@return An SqlMapSession instance.