CometD Reload Demo

Main Demo Index

This test shows how a page can be loaded and resume a CometD connection with the same client ID.

This allows site navigation and page loads to be done without needing to reestablish a different CometD session with the server.

RELOAD, DOJO, JQUERY

The ID's below should be the same after this page is reloaded:

Previous ID: {{previous}}
Current ID: {{current}}
Advice:
{{advice}}

A full fledged reload example is available in the Angular Chat Demo.