I've followed up a bit more... Instead of deploying the war, I started looking at the exploded project. Found the file casLoginView.jsp inside WEB-INF\view\jsp\default\ui ... and that it includes another file:
\WEB-INF\view\jsp\default\ui\includes\top.jsp And finally inside that file: <%@ page session="false" %> Going back in history, I see that this was set to true all the way up to 3.4.3. It changed to false in 3.4.4 - and I am running 3.4.5. Any advice please on why this was done? I have no idea how it can run with the session set to false given that casLoginView.jsp includes explicit references to "sessionScope"...? I'm going to change the line in my copy of 3.4.5 ... or maybe just download 3.4.3. Thanks for your help in advance. Ahmed. -- 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-user
