I want to use both the session service and the cookie service but I don't want cookies to create sessions, it seems this is a default in Phalcon 2.0.0 (which I am using).
I've looked into the code of cookie.zep and it seems the cookie data is saved into a session when sent. Why is that?
Is there an easy way to disable it or if not would it be okay if I implement an option to disable this behavior and open a pull request?