Howto create a session variable in flash/actionscript

I have an .fla with various actionscript 3 modules. I’m used to jsp and there is a concept of session variables. actionscript also appears to have session variables, but when I try to set one using:

SessionVar.Set("%navButton%", “about”);

I get the error: 1120: Acccess of undefined property SessionVar.

What am I doing wrong?