Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
NetSuiteService best Practices OR When to log out...
I have some code for a simple customer search, that took quite a bit of time to run initially ( 14 seconds for 20 records ).
Now that I have removed the line "_nsService.logout();", it runs much faster for subsequent calls. Can anyone advise on the proper way to handle login and logout in a C# Web API?
0