hi all,

i've implemented some projects which is spring2+T5 integrated. I followed
most of the tutorial from book and some tips from forums. The implementation
of my user authentication is using "ASO" to control the access of
unauthorized users. But on my testing, right after i logout, i still be able
to view the previous page which shouldn't. 

On normal implementation with servlet, to fix this problem; usually is to
disabled the Cache-Control, so that user after logged out won't be able to
view the page again by pressing the back button. what about in T5? any other
way to rectify this problem using ASO? or do i need to implement some
security framework just to address this? if is really needed on security
framework, which part shall i implement it on? in spring2? or T5 alone?

Thanks and regards,
Wesley


-- 
View this message in context: 
http://n2.nabble.com/T5-prevent-back-button-after-logout-tp1116964p1116964.html
Sent from the Tapestry Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to