JSP Get Session Attribute
843840Mar 24 2008 — edited Mar 27 2008Hi,
I cannot getAttrbute in a JSP page, when I set a session attribute in a servlet such as session.setAttribute("UserRight","50").
How can I solve this problem?
P.S. If I set a session attribute in a JSP page, I can getAttribute in another JSP page.
Thanks