I was moving my personal site to Phoenix LiveView and noticed the there is always a session cookie present.
I’m wondering if it’s possible to run a LiveView application without cookies. There is this EU cookie law that there needs to be a warning if the site is using cookies and I would like to just have no cookies at all, to skip this cookie popup.
So the questions is:
- How to run a Phoenix site without sessions/cookies?
- How to run a LiveView enabled Phoenix site without sessions/cookies?






















