yes you can... i have a Dispatcher that invalidates the httpsession if a user specific ASO returns true on isLogout().
g, kris Marcus <[EMAIL PROTECTED]> 28.04.2008 21:59 Bitte antworten an "Tapestry users" <[email protected]> An "Tapestry users" <[email protected]> Kopie Thema Re: T5: Getting Request Info Hi, Can I invalidate session using this code? ... import javax.servlet.http.HttpServletRequest; ... @Inject private HttpServletRequest _httpServletRequest; ... public String onActionFromLogout() { _visit = null; _httpServletRequest.getSession().invalidate(); return "start"; } ... What's the best practice? Thanks, Marcus
