Search:

Type: Posts; User: doraintech

Search: Search took 0.02 seconds.

  1. Hi yes, I am recieving the call just fine....

    Hi yes,

    I am recieving the call just fine. Here is my code:

    var HOST = 'localhost';
    var METADATA_PORT = 6662;
    var REQ_RESP_PORT = 6663;
    var WRITE_PORT = 6664;

    var reqRespStream =...
  2. I have just double checked: it is simply the...

    I have just double checked: it is simply the following line that when its un-commented seems to prevent the LS client from connecting.

    client.connectionOptions.setCookieHandlingRequired(true);
    ...
  3. Thanks for the info - that is useful to know....

    Thanks for the info - that is useful to know. however when I set setCookieHandlingRequired to true the client still won't connect even if I remove the DB call completely (i.e. change the body of...
  4. Have looked into this further - when ...

    Have looked into this further - when client.connectionOptions.setCookieHandlingRequired(true); is set by the client the request headers that are sent to the notifyUser method are different. For...
  5. Actually, that fixed one problem and exposed...

    Actually, that fixed one problem and exposed another one. I now have the required cookies, and I parse them and use the result to perform a lookup in a database which is an async call. Is it OK to...
  6. that did the trick, thanks for the help!

    that did the trick, thanks for the help!
  7. Hi, thanks for the reply. I set...

    Hi,

    thanks for the reply.

    I set <use_protected_js>Y</use_protected_js> and <forward_cookies>Y</forward_cookies>

    but still in the request i only see the following:

    { id:...
  8. Sending authenticated sessionID cookie from browser to notifyUser

    Hi,

    I am currently implementing authentication for my lightstreamer instance.

    notifyUser is being called with a request, for example:

    { id: 'd100000145fea61d8d',
    verb: 'notifyUser',
    ...
Results 1 to 8 of 8
All times are GMT +1. The time now is 06:57 AM.