Skip to content

Instantly share code, notes, and snippets.

View Jarmahent's full-sized avatar
💭
Workaround master

Kevin Hernandez Jarmahent

💭
Workaround master
  • Rising Tide
  • Virginia
View GitHub Profile
if(!activeSession){
console.log("Starting new session")
// SESSION-1 SESSION WILL START HERE
this.$session.start();
var session_id = this.$session.id();
// SESSION-2 SESSION WILL CREATE PRO_TABLE
this.$session.set('pro_table', JSON.stringify([]));
this.$session.set('expected_pro_table', JSON.stringify([]));
console.log("Creating new table")