Last active
August 6, 2018 14:47
-
-
Save amelieykw/3c55b180a574daff1372eab3c177ee2f to your computer and use it in GitHub Desktop.
[Django - Sessions framework] #Session #Django
sessionStorage.SessionName = "SessionData" ,
sessionStorage.getItem("SessionName") and
sessionStorage.setItem("SessionName","SessionData");
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment