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.
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