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

More flexibility for sessionContext handling #33

Closed
OGKevin opened this issue Oct 20, 2017 · 0 comments
Closed

More flexibility for sessionContext handling #33

OGKevin opened this issue Oct 20, 2017 · 0 comments
Milestone

Comments

@OGKevin
Copy link
Contributor

OGKevin commented Oct 20, 2017

Steps to reproduce:

  1. Try and find out if your session context is expired

What should happen:

  1. There is a way to know if your session has expired without resetting/calling ensureSesiosActive()

What happens:

  1. 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();

Which means you will be saving an unchanged context on each call

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant