Wilma LogIn - jaakop/nodeWilma GitHub Wiki

To login to wilma you need a SessionId from, witch is generated every time you load the page. NodeWilma parses the SessionId from the HTML and uses that to login.

You also need your credentials obviously .

When logged in wilma returns you a SID(Session ID) as a cookie. NodeWilma takes this SID and returns it as a string.

When using other nodewilma functions nodewilma automatically applies the given SID as a cookie.