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
RESTlet Session Timeout
Hi, I am developing a RESTlet for integrating a client application into Netsuite. Everything was working fine, but for whatever reason now I am getting the following response
{
"error": {
"code": "SESSION_TIMED_OUT",
"message": "Your session has timed out. Please re-enter your information and try again."
}
} Is there a good way to figure out what is going on? In the morning it was working fine again, but all of a sudden stopped with this message again and continues on subsequent requests. Just wondering what the possible issues could be?
0