Skip to content

Instantly share code, notes, and snippets.

Created March 4, 2014 21:16
Show Gist options
  • Save anonymous/9355838 to your computer and use it in GitHub Desktop.
Save anonymous/9355838 to your computer and use it in GitHub Desktop.
import strtabs
import marshal
var session_data = newStringTable()
session_data["sasa"] = "The new string"
session_data["something_else"] = "so this is something else"
echo $$session_data
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment