Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Session Time Out #166

Closed
lbTustin opened this issue Jun 19, 2021 · 3 comments · Fixed by #212
Closed

Session Time Out #166

lbTustin opened this issue Jun 19, 2021 · 3 comments · Fixed by #212

Comments

@lbTustin
Copy link

Is there a way to get the session time out for the session id retrieved through ApiSessionCreate() That does not seem to be accessible in the response

@lbTustin
Copy link
Author

Hoping to get this answered and have a related question. It seems the response is a protected property. I'm would like to see the response in its native XML format before the client parses it. Is that possible?

@dylan-holt-sage
Copy link
Contributor

Hey @lbTustin, sorry for the late response....... For the session time out, that value should be calculated from the sessionTimeStamp where:
sessionTimeOut = sessionTimeStamp + session duration (specified by user/company configurations).

I have noticed that there is a "ToDo" item for a few fields not yet added in Authentication.cs and sessionTimeStamp is one of those fields. So I will be adding that in preparation for our next .NET release, date is TBD 2022.

Apologies for the delay on this matter.

@dylan-holt-sage
Copy link
Contributor

Changes for this will be going into the next release. Closing this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
2 participants