Skip to content

Instantly share code, notes, and snippets.

@leonguyen
Created June 4, 2014 03:27
Show Gist options
  • Select an option

  • Save leonguyen/57e637ea3b4558919e05 to your computer and use it in GitHub Desktop.

Select an option

Save leonguyen/57e637ea3b4558919e05 to your computer and use it in GitHub Desktop.
Session Open
var open = [];
if(req.session.OPEN){
open = JSON.parse(req.session.OPEN);
}//if OPEN
open.push(tid); console.log('[_COpenedTopAdd] OPEN:' + open);
req.session.OPEN = JSON.stringify(open);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment