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 with OAuth and setSession Object
Hello,
In my restlet, I try to store some data to the session object to retrieve in a subsequent request call. This is to avoid some down the line processing. The issue is that in the subsequent call the data is no longer there in the session, even after a couple of seconds. I can retrieve the data in the same call but not in subsequent calls. Is this because OAuth keeps resetting the session? There is no JSession ID like with the auth header.
How do I get around this? I don't want to persist the data to a custom record as we have enough custom records as it is.
0