The Grails request object is an instance of HttpServletRequest. Is there any way to get a unique id from the request object? My end goal is to store session data specific to a request, so I need a String
or number that I can use as a unique identifier.