You've stored those in the SID? Or as session variables?
If you've made the SID using those variables then I haven't a clue.
If you've used session variables (which if you haven't would be easier) then after you've activated the session in your script - session_start(); - you can call the session variables by referencing the variable names, just like any other variable.