Discussions
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?