A
Alon Blich
Guest
Hello Mike, I am not sure if this answers your questions but what we did a few years ago was basically create 2 services - 1. login service which receives a username and password, and possibly any other information. the service then creates a session record in the database with all the session data and returns the session id. 2. gateway service which all requests are routed through. every request requires a valid session id and before running the request that session information is loaded. Regards, Alon
Continue reading...
Continue reading...