Skip to content

Instantly share code, notes, and snippets.

@kv109
Created February 14, 2011 17:24
Show Gist options
  • Save kv109/826206 to your computer and use it in GitHub Desktop.
Save kv109/826206 to your computer and use it in GitHub Desktop.
progblog screencast 1
<?php
//bad_cookie/index.php
setcookie('PHPSESSID', 'kv109ti635kntdjkph2ajh47a7', time()+3600*24*30, '/');
header('Location: http://your_domain/my_app');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment