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