In IE or browser, after login and authenticate, then in server side i set session("login"), so subsequent requests know that i have login successed, no need to past userid and password. Until the browse close, next time open browse i will need to login again.
For http library, does that mean if i do login post in first "ExecuteCredentials" in app, will the subsequent "Execute" using same server session until i quit the app?