I am connecting to a Sharepoint server via C# Web Services. Since it takes a certain amount of time to authenticate, and this is done for every single request, i was hoping that there is a way to activate something like credentials caching or persistent authentication on serverside.
Is there a way to make one user send multiple requests without reauthenticating?