I have a web site to do with alcohol that needs to verify the age before letting them on to the web site. I do this with a HttpModule that checks for a cookie and if not set I redirect them to the validation page. I validate their age and store a cookie containing a boolean to whether they have been validated or not.
How would this fit into the cookie law, as I cannot find any examples like this out there?
Do I still need to get consent to store the cookie or is this kind of thing exempt?
I've done searches, I cannot find any thing that answers this sort of thing.
Thanks