Hi @sirrahikkala,
To check the duration of a cookie set on your website, open your website in an incognito window of the web browser and inspect it to open the developer tools. In the developer tools, there should be a tab labeled “Application” or “Storage” (depending on the browser). Click on this tab to view information related to cookies. Now, click on the cookie you want to inspect. This will display details about the cookie, including its name, value, domain, path, and expiration. Look for the “Expires” or “Max-Age” attribute in the cookie details. This will indicate when the cookie is set to expire. You can mention this duration in the?Duration?field. We have mentioned a few examples below:
- 2 days
- 15 minutes
- session
- 1 hour
- 1 year 1 month
It is used to display the cookie information to your site visitors. But make sure that you provide the correct data here.