alternatively you can use a filter to open the session in your service objects.
if you are using spring with hibernate, you can config OpenSessionInViewFilter in web.xml.
if not you can find something simillar for your framework or implement it yourself.