-
Notifications
You must be signed in to change notification settings - Fork 13
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
Invalidate session.properties if config file is updated #3
Comments
Hi Christian, I am guessing that you use Perhaps a better option would be to hash login/pass/url combination and store it in What do you think? |
I had only been using it for credentials and login url, which is why I suggested using modification date. Hashing the credentials and url, whether from the config file or command line arguments, sounds like an even better solution. |
check v0.1.4.3 to see if it works for your use case. |
You had me scratching my head thinking 9b507e9 was the only change you made. cac400b...9b507e9 indeed fixes the problem. Thanks! |
getSavedConnectionData
shouldn't return the cachedsessionId
andserviceEndpoint
fromsession.properties
if theconfig
file is newer than thesession.properties
. When the config file is updated, it should invalidate the session info, and a new session should be started using the current config file.The text was updated successfully, but these errors were encountered: