Tomcat 6.0 doesn't set Cookies in webkit based browsers on localhost
        Posted  
        
            by Karan Bhangui
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Karan Bhangui
        
        
        
        Published on 2010-03-30T06:31:42Z
        Indexed on 
            2010/03/30
            7:33 UTC
        
        
        Read the original article
        Hit count: 518
        
I'm working on a website that runs on Tomcat 6.0 at localhost:8080. Interestingly enough, Tomcat seems to only be able to set cookies on Firefox. Opera and WebKit based browsers (Chrome, WinSafari) seem to fail. Is this a known issue and is there a solution?
© Stack Overflow or respective owner