nvm, it ended up being an issue with the browser that required a simple
restart.

On Sun, Oct 19, 2014 at 8:42 PM, George Christman <gchrist...@cardaddy.com>
wrote:

> 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
>
>


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

Reply via email to