Home > Development
  Developer Reference

   Home : Developer Reference

1 2 3 4 5 6 7 8 9 10

SID passes back to the main server on each query, embedded in the URL. The server proceed with the SID only if the session is still active. SID will be dismissed in the following ways:
- the user/DA logout.
- the user/DA has not query to the server for a predefined time.
- the admin drop the user/DA session

SID is always unique, user/DA will never get the same SID no matter how many times they login.

Passing SID to DA
Developer Add-on (DA) receive SID in 3 ways:-
1. a query from user browser, where redirect from AOS
2. the DA initiate the login query
3. a query directly from AOS (call back)

If DA is not responsible for initiating the session, it may then proceed to verify the SID by passing it back to AOS, or may just ignore it if the SID was not authorised.

IMAGE imgs/API_v2.003.gif