I have a problem with Grails Session. I was thinking about having a Service Class for my session handling. So I created a class called \"SessionService\" (under grails-app/servi
This also works
import grails.web.api.ServletAttributes @Transactional class AuthService implements ServletAttributes { // session will be available