Hi Axel,
I'm using your client to develop an alfresco gui search. I do the login on Alfresco when launching the program then i'm using the Client object returned by the connect method. But seems after some inactivity (1hour), ticket is invalid... So wondering how to refresh authentication... ticket is a private attribute in the Client object.
So wondering if this line should be outside the if block to check if ticket is still valid:
Thanks for help!
Hi Axel,
I'm using your client to develop an alfresco gui search. I do the login on Alfresco when launching the program then i'm using the Client object returned by the connect method. But seems after some inactivity (1hour), ticket is invalid... So wondering how to refresh authentication... ticket is a private attribute in the Client object.
So wondering if this line should be outside the if block to check if ticket is still valid:
alfresco-python-client/common/connections.py
Line 53 in c701416
Thanks for help!