Hi Drew,
yes, you don't need to "declare" session values. Rather you just "use them". So use SSV (SetSessionValue) to create, or update one, and GSV (GetSessionValue) to read it.
If you read a value that does not exist then a blank string is returned to you (ie 0 if you are reading into a long etc.)
Cheers
Bruce