What are you refering to? I dont think that is part of laravel?
Oct 14, 2021
6
Level 3
"I agree" in Privacy Policy and Cookies.
Hello I wanna ask if the "i agree" in Privacy Policy and cookies are saved in database or in session only?
Level 122
the user agreement to privacy policy only applies to registered users and needs to be stored
Cookie warning is usually saved as a cookie to the clients machine, only if they accept
The person than says no to cookies will not have a session so you need to be able to only setup sessions once the user has accepted cookies and if they don't accept then they continue to use the site with no session
It depends on the type of site. All my sites, if they say no to cookies then they will not be able to use my site
1 like
Please or to participate in this conversation.