-1

i have to perform session managemnet like we used to do in servlets and jsp but by using Suitelets. How to implement it in netsuite?

xerxes
  • 11
  • 1
  • 3

1 Answers1

0

NetSuite allows acecss using nlapiGetContext().getSessionObject(name) and nlapiGetContext().setSessionObject(name, value).

https://netsuite.custhelp.com/app/answers/detail/a_id/59331/kw/nlapiGetContext

scheppsr77
  • 577
  • 2
  • 12