Hi. I ahve a webapplication running on Spring Webflow with spring security. I have a pronlem logging out because my app kinnda remembers the las page after logging out such that. When I press back or direclty paste the URL to the address bar it can direct the page to the login page but if I login it will go directly to the last page I went to before logging out. It tends to remember it''s last state. Below is my application-config snippet.
<security:logout logout-url="/logout.do" invalidate-session="true"
logout-success-url="/logoutSuccess.do" />
Link in my page
<a href="logout.do">#{label.labellogout}</a>