kyurie's avatar

"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?

0 likes
6 replies
Sinnbeck's avatar

What are you refering to? I dont think that is part of laravel?

1 like
kyurie's avatar

@Sinnbeck sorry sir, I mean I want to have a modal of terms and condition before they use the features of my website then the user check the box and accept the terms and condition..

i want to know how to do that, should I make a controller for terms and codition and after they accept it. it saves to the database, and after 1 hr it automatic removes from the database? o the cookie session will do that for me?

Snapey's avatar
Snapey
Best Answer
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
kyurie's avatar

@Snapey after the registered user accept the agreement and stored. what will the next step?

Please or to participate in this conversation.