bokeh server plot range unresponsive for unsigned sessions

Hi all,

I am trying to run a bokeh app where it is possible to close the session and return with the loaded app data preserved. As far as i can tell the only way to achieve this easily was add the command --session-ids=unsigned when calling bokeh serve. However when this is done the x-axis no longer updates when data is streamed into the datasource. An example can be found running the example https://github.com/bokeh/bokeh/tree/master/examples/app/ohlc

Calling something like:

bokeh serve ohlc --port 8080 --session-ids=unsigned

and opening

http://localhost:8080/ohlc?bokeh-session-id=foo

in the browser. Not sure is this is the most direct way of achieving what I want though. Any help would be much appreciated.

Thanks

Em