如何在bootstrap中将用户设置为会话。我收到了错误
Error initializing the application: No such property: session for class: BootStrap
在bootstrap.groovy
class BootStrap {
def init = { servletContext ->
session.loggedInUser = "Anantha"
}
def destroy = {
}
}
答案 0 :(得分:2)
运行引导程序时,没有会话。每个用户浏览网站会生成一个会话