File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -37340,7 +37340,7 @@ e.g. for authentication purposes or clustering with sticky sessions.
37340
37340
Spring's SockJS support includes a property called `sessionCookieNeeded`.
37341
37341
It is enabled by default since most Java applications rely on the `JSESSIONID`
37342
37342
cookie. If your application does not need it, you can turn off this option
37343
- and the SockJS client should choose the `xhr -streaming` transport in IE 8 and 9.
37343
+ and the SockJS client should choose `xdr -streaming` in IE 8 and 9.
37344
37344
37345
37345
If you do use an iframe-based transport, and in any case, it is good to know
37346
37346
that browsers can be instructed to block the use of iframes on a given page by
@@ -38202,11 +38202,11 @@ Here is example configuration:
38202
38202
----
38203
38203
38204
38204
An important point about scaling is using multiple application instances.
38205
- Currently this is not possible to do that with the simple broker.
38205
+ Currently it is not possible to do that with the simple broker.
38206
38206
However when using a full-featured broker such as RabbitMQ, each application
38207
38207
instance connects to the broker and messages broadcast from one application
38208
- instance are broadcast to WebSocket clients connected through all
38209
- application instances.
38208
+ instance can be broadcast through the broker to WebSocket clients connected
38209
+ through any other application instances.
38210
38210
38211
38211
38212
38212
You can’t perform that action at this time.
0 commit comments