Hi there,
I'm developing a web application that use a PreAuthenticationFilter for using IBM LtpaToken for loggin in..
I'd like to delete the token when the user logout, but I can't...
My logout filter is configured like this:
how can i do?!Code:<security:logout logout-url="/auth/logout" invalidate-session="true" logout-success-url="/auth/login" delete-cookies="LtpaToken"/>
Thanks in advance


Reply With Quote