I am working with the API authentication. I can successfully authenticate, and get a session token and UserID back. For some reason it keeps setting the cookie sessionExpires value to the current time. So i can't make an subsequent calls to reservations after i authenticate, because the token is already expired.
Does anyone know how do fix this issue and or change the session length?
Any help is much appreciated