Skip to content

Instantly share code, notes, and snippets.

@Marak
Created November 28, 2009 04:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Marak/244390 to your computer and use it in GitHub Desktop.
Save Marak/244390 to your computer and use it in GitHub Desktop.
var session = require("session");
//debug.log(session);
var fingerPrint = {
ip:"123",
user_agent:"123",
timestamp:"123"
};
debug.log(fingerPrint);
var result = session.onSessionStart(fingerPrint);
debug.log(result);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment