Skip to content

Instantly share code, notes, and snippets.

@AntoineAugusti
Created December 20, 2012 17:57
Show Gist options
  • Save AntoineAugusti/4347250 to your computer and use it in GitHub Desktop.
Save AntoineAugusti/4347250 to your computer and use it in GitHub Desktop.
Cookie for multiple subdomains
<?php
ini_set('session.cookie_domain', substr($_SERVER['SERVER_NAME'], strpos($_SERVER['SERVER_NAME'], "."), 100));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment