Skip to content

Instantly share code, notes, and snippets.

@jawngee
Created July 15, 2009 06:53
Show Gist options
  • Save jawngee/147544 to your computer and use it in GitHub Desktop.
Save jawngee/147544 to your computer and use it in GitHub Desktop.
<?
uses('system.app.session');
$session=Session::Get();
$session->id=12345;
$session->name="Bob McBob";
$session->save();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment