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.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
Stay in the Know
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
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