- Original Poster
- #1
My website uses a single cookie. It does no tracking or anything else like that. It is only used to track whether a user is logged in (if the cookie exists they are logged in, if it doesn't they are not logged in). If I show a cookie popup and ask whether the user would like to disable all cookies that would mean that it would screw up my login system if they disabled cookies. Since my single cookie just stores their username on my website and is just checked for login purposes do I still need to show a cookie popup?
