Discussions
Join the NetSuite community to innovate, connect, and discover what’s next.
SuiteWorld brings thousands of innovators, builders, and leaders together to learn, connect, and shape what’s next. This October, explore how to build a stronger foundation for growth through inspiring keynotes, major product reveals, hands-on sessions, and unforgettable moments—all in one place for our biggest event of the year. Register now
Manage NetSuiteService Session
Hello,
I am new to developing against NetSuite, and kind of new to web services in general. I think I have figured out how the cookies get used from call to call by using the same instance of NetSuiteService. Please, let me know if that is the wrong assumption.
I am working with ASP .NET 2.0 with Visual Basic, and the issue I am having is how to retain that instance of NetSuiteService so it can be used across different pages. The code that works with your webservice is in a separate dll. Is this something where I could store the NetSuiteService instance in a session so it can be reused on each call to the web service, or would it be better to save their log on credentials and log in and out on each call to the web service?