Pages
(Move to ...)
Home
Java
Android
Php
Cake PHP
jQuery
Grails
All Pages
▼
Showing posts with label
httpsession
.
Show all posts
Showing posts with label
httpsession
.
Show all posts
Sunday, August 30, 2015
Grails Get/Use Http Session In Service Or Util Class
›
import org.codehaus.groovy.grails.web.util.WebUtils import javax.servlet.http.HttpSession HttpSession httpSession = WebUtils . ret...
Wednesday, December 18, 2013
Grails access HttpSession from service or from other src files
›
import org.springframework.web.context.request.RequestContextHolder; HttpSession session = RequestContextHolder . currentRequestAttribu...
›
Home
View web version