Discussions
Join the NetSuite community to innovate, connect, and discover what’s next.
SuiteWorld brings thousands of innovators, builders, and leaders together to learn, connect, and shape what’s next. This October, explore how to build a stronger foundation for growth through inspiring keynotes, major product reveals, hands-on sessions, and unforgettable moments—all in one place for our biggest event of the year. Register now
How to create unique encrypted session string
These are questions likely for the NetSuite experts but anyone who has a ideas/suggestions would be welcomed.
With lack of outbound single sign-on capability in NetSuite, and no desire to incorporate web services at this time, I need a way of constructing a link in our customer center that connects with a web server on our corporate DMZ (likely a PHP script), that can somehow determine that the request is coming from a logged in NetSuite user.
The thinking is that I could somehow grab specifics of the logged in users session (session Id, user Id, and some other info) and somehow encrypt it using standard DES javascript encryption (Server-side?) using some secret key and applying this to the query string of the hyperlink the user will click on.