> Can I get from session CAS the authenticated users or this information is > not stored in session?
The authenticated user principal name _can_ be stored in the session, but you have to explicitly enable the servlet filter to do this. If you enable org.jasig.cas.client.util.HttpServletRequestWrapperFilter, you may call request.getRemoteUser() to get the authenticated user. M -- 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
