As far as I know session variables are always created as globals. At least I found this to be true in the functions I have used it in before.
Now if your talking about creating a session variable and wanting to use it right away, in the same script, not on the next page then yeh you just have to define the variable that you're going to send to the session_register() function as GLOBAL before you send it.