Closed OGKevin closed 7 years ago
This pr introduces a new way to handle SessionContext. Now it is possible to do the following:
SessionContext
if (apiContext.isExpired()) { apiContext.resetSession(); apiContext.save(); }
This way there is no saving an unchanged context.
Closes #23
@dnl-blkv all yours 👀
@dnl-blkv all yours again 🙉
@andrederoos
Context
23
What has been done
This pr introduces a new way to handle
SessionContext
. Now it is possible to do the following:This way there is no saving an unchanged context.
Closes #23