Tell me more ×
SharePoint Stack Exchange is a question and answer site for SharePoint enthusiasts. It's 100% free, no registration required.

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?

share|improve this question
If you use Sharepoint Client Object Model you can batch requests, therefore minimising the ammount of authentication. – Luis Mar 1 at 16:30

migrated from stackoverflow.com Mar 4 at 12:49

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.