Hi Folks,
We are using HTTP Client through which we call Alfresco Login API (Webscript) and get the Authentication ticket and I strongly believe that session expiration will also be applicable to "Alfresco Authentication Ticket" which we configure in web.xml of alfresco application.
I have multiple alfresco servers and I am using both the servers simalteneously i.e. Alfresco01 & Alfresco03 and calling their webscripts with their respective authentication ticket(s), But I have to get the tickets multiple time in my code which affects the performance of the application. I want to get all tickets from all available servers (& also use the same ticket for calling multiple webscripts multiple times) and will go for new ticket only if that ticket gets expire (ticket's session gets expire or ticket is useless for me).
Can some body help in this ? Any pointers ? Any links ? Any ways to get session details from ticket? Any workaround to improve performance ??
Thanks!
-Nirvan