Hi, i want read the usename of my user successfully authentified. I'm using cas -server 3 and cas client -3. I want do the same thing as : String userName = (String)ses.getAttribute(CASFilter.CAS_FILTER_USER); thanks.