Closed
Description
Steps to reproduce:
- Try and find out if your session context is expired
What should happen:
- There is a way to know if your session has expired without resetting/calling
ensureSesiosActive()
What happens:
- There is no way to achieve such thing
Extra info:
Why
- This way you wont have to execute this code before each call but only if your session did expire
apiContext.EnsureSessionActive();
apiContext.Save(FILENAME_CONTEXT_CONF);
Which means you will be saving an unchanged context on each call