On Fri, Feb 18, 2011 at 10:13, Jeevan Desarda <[email protected]> wrote: > When I have checked the Log file in the Tomcat then I got the following > stack trace and it says that “Cannot access session scope in page that does > not participate in any session”
You probably have a <%@page session="false"%> somewhere or maybe you disabled sessions altogether in your Tomcat config. -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-dev
