How to pass a webservice session to subsequent requests?

Can someone provide a detailed example of how to preserve the web service session for subsequent requests? E.g. my first request is authentication and when this is successful, I can execute subsequent REST API calls, but no each call starts a new session (which is not authenticated).

Hi Paul ,

Did you find the way to start Next call in same webservice session ?