網頁

2013年9月22日 星期日

JSTL學習筆記-JSP上取得session的資料

需求:
  • 在jsp上不用java code方式取得session的資料

在jsp上,session的預設object是sessionScope,所以只要直接使用sessionScope即可,例如,要取得在session中設好的userId,直接寫

${sessionScope.userId}


參考網址:
Print session attributes in jsp
How to use the values from session variables in jsp pages that got saved using @Scope(“session”) in the mvc controllers

沒有留言:

張貼留言