Skip to main content

Posts Tagged ‘Web API 2’

Sitecore – Add Session to Web API

Out of the box, Web API does not support session. It’s possible to enable it, but requires a bit of work. In this blog post, I’ll cover how you can enable session in Web API for your Sitecore solutions with a custom pipeline processor.