Skip to content

Instantly share code, notes, and snippets.

@jovialcore
Created December 14, 2022 09:17
Show Gist options
  • Save jovialcore/83e77f1e745a7642fbf020b55d62b3da to your computer and use it in GitHub Desktop.
Save jovialcore/83e77f1e745a7642fbf020b55d62b3da to your computer and use it in GitHub Desktop.
<?php
setcookie('cookie_name', 'cookie_value', time() + 3600, '/', '', false, true);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment