Hi guys, I can't seem to get cookies.removeCookieValue() to work. My code
is pretty straight forward, any thoughts?

public void onActionFromSignout() {
        System.out.println(WebUtils.SAVED_REQUEST_KEY);

System.out.println(cookies.readCookieValue(WebUtils.SAVED_REQUEST_KEY));
        securityService.getSubject().logout();
        cookies.removeCookieValue(WebUtils.SAVED_REQUEST_KEY);

System.out.println(cookies.readCookieValue(WebUtils.SAVED_REQUEST_KEY));
    }

-- 
George Christman
www.CarDaddy.com
P.O. Box 735
Johnstown, New York

Reply via email to