R.S.Chourasia 0 Newbie Poster

Hello everyone,
I am new to python and I want to register and unregister the variables from a session (As we do in PHP using session_register() and session_unregister() function),So that i do not need to transfer them in the URL of my site.
Can anybody tell me how can i do this in python.

I am using WindowsXP SP2 and python2.4 on wamp apache server.

Thank you in advance for helping me.