Hey team,
I was wondering what the session expiry was for the API? Using the PHP script from the Wiki as an example. I read it is based on a time expiry from the last action, but I couldn't see anywhere that stated how long this is?
I'm wanting to cut the CURL executions to a single execution per control action, rather than having to fetch the session variable every time. I can store a variable somewhere and have the script define a new session if it's been X number of secs/mins/hours/days since the last action.
Thanks in advance.