I created a timer showing on webstore and want to trigger a Session Reset from the client side.  Right now I just redirect to the "/logout" page but that only works for users who are logged in, not for people who have not logged in.  But I want to trigger a full session kill and cart clearing.  Is there an ActionResult I can trigger?  Or a different method I can trigger other than just redirecting to the "/Logout" page on timeout?