I'm building a REST API with ZF3
However I'm using default authentication package for authentication. zend-authentication
However on REST responses I can see a cookie is being passed to the REST client with PHP SESSION ID
Since this is a REST API, I need to cancel this.
Any suggestions?