I wrote an application that uses websocket, and I ran into some strange problem.
If I run the application in Chrome and try to connect, it will not be able to connect to websocket.
However, if I use Chrome incognito, it works every time.
Is there a subtle difference between websocket in Chrome vs. incognito Chrome? Maybe some kind of cache control?
EDIT: I am running Chrome 13. Sorry, I canβt provide any sample code because it shows my application, but the crux of the problem is that Chromeβs incognito can connect to my server EVERY TIME, but normal Chrome succeeds once. then all subsequent attempts fail. Strange, right?
source share