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.
Only one request may be made against a session at a time
We’re currently experiencing an issue where multiple calls to Web Services are not working, causing the error “Only one request may be made against a session at a time”.
I can repeat the error by using two copies of the same form on our website and submitting them at the same time. The form calls a .NET script that uses the APIs to create a new Customer record and then a Contact record, by calling my own registerMember method. That method starts by calling my login() method which sets up a NetSuite session. It seems that if registerMember is called twice in roughly the same time span, then so is login() and it disconnects the first session, or something along those lines.
0