Discussions
Join us for complimentary one-day events around the world and step into a future fueled by AI and limitless potential. Explore new breakthroughs, sharpen your skills, and connect with experts who are shaping what’s next. Experience bold keynotes, interactive learning, and connections that span the global NetSuite community. Discover what's next at SuiteConnect Tour 2026.
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.