Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support login session using ibapauth cookie. (#36)
* Support login session using ibapauth cookie. This makes multiple requests use the same login session instead of creating one login event per request. A Logout() method is added to the *Connector so you can invalidate the cookie when you are done, for example using a defer statement. * Place Logout() next to other *Connector methods.
- Loading branch information