Hello,
The timeout parameter of StartSession gives the number of seconds of inactivity before the session ends.
Is there any property that gives the remaining time in seconds before the end of the session?
or a property that gives the time since the application started in order to calculate the remaining time?
cheers,
Sotos
Remaining Session time
-
dannyoorburg
- Posts: 177
- Joined: Mon Jan 04, 2016 9:50 am
- Location: Australia
Re: Remaining Session time
Hi,
I think you're misinterpreting the SessionTimeout parameter.
Every time you run a request on the server you're keeping the session alive.
It represents the time between requests that causes the server to cancel the session.
So by definition, you can't run code and query it. Every time you run code you reset your session time out...
Danny
I think you're misinterpreting the SessionTimeout parameter.
Every time you run a request on the server you're keeping the session alive.
It represents the time between requests that causes the server to cancel the session.
So by definition, you can't run code and query it. Every time you run code you reset your session time out...
Danny
Re: Remaining Session time
Hello,
thank you!
Sotos
thank you!
Sotos