.Net Web Service: Session Timed Out Error when invoking subsequent operations after a successful login
Until 2010.1.0, all Web Services requests to NetSuite used to return a JSESSIONID cookie in the http header. This was a defect/regression in the previous version of the Application Server wherein JSESSIONID cookie is sent on every response.
From 2010.1.1, this behavior was updated to return only the JSSESSIONID cookie if it is being set for first time or it has changed. There is no need for it to be sent on every response as it is already available to the end user after it is issued the first time.
No comments:
Post a Comment