Guest User

Untitled

a guest
Oct 17th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. setcookie("TestCookie", "Value", time()+3600 , '/' );
  2.  
  3. setcookie("TestCookie", "Value", time()+3600 , '/', '.example.com' );
  4.  
  5. setcookie("TestCookie", "Value", time()+3600 , '/' );
  6.  
  7. setcookie(name,value,expire,path,domain,secure)
Add Comment
Please, Sign In to add comment