I am having issues with a portal I am writing.
I have a main page listing the vms, then use ajax on that page to connect and retrieve values. Each of the ajax scripts have to independantly login again and again each time and it seems 1, to be a lot overhead and 2, seems to be causing problems when using ldap users (not sure why).
Is it possible to login once, store the API session key, then use the API key to reestablish a link to that API session on subsequent pages/loads? All I see in the PHP bindings is a login() function to establish the $service object. Does something exist I cannot see? If so please provide example as I havent found anything yet.
thanks in advance.
dion