Sherlock and The Beast

  • + 0 comments

    Thanks a lot, solved my timeout issue! Here is a virtual cookie for you! :D

    Cookie cookie = new Cookie("thanks","please have this cookie");
    HttpServletResponse tummy = new HttpServletResponse();
    tummy.add(cookie);