Created
March 4, 2014 21:16
-
-
Save anonymous/9355838 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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