Hi shifter1


Are you interacting to a lightstreamer server by hand? I mean: It's actually you, not a program, which is sending the requests to the server?
I'm asking this because the server has a limited timeout, and it waits for client request only for a limited time, after which it closes the connection.
By default this timeout is configured for 10sec, but obviously, if you are interacting manually, you have to increase this value.
To change the <session_timeout_millis> configuration parameter, you need access to the server, because you have to update the lightstreamer_conf.xml configuration file, setting the value for <session_timeout_millis> at 36000000, and than restart the server.
(this has to be done on a test serves; not a production one)


hth
Marco