Discussions
Login best practices and multiple requests
I'm looking for some best practices regarding logins and making multiple SuiteFlex requests.
I'm using SuiteFlex to return tracking info on my website. The customer enters their order number and I use SuiteFlex to get the status of the order and the tracking numbers for any shipped packages.
1. It seems like I need to use a dedicated NetSuite login as my website customers are anonymous.
2. I don't think I can login and log off with every tracking request, as I think that will create a multiple login error when more than one customer tries to get tracking info at the same time. Therefore, I think I need to login when my website fires up and keep the login open permanently (or at least until the login times out or my site shuts down).