Hi Nehal,
the scope of the session variables is limited to the current user session. If your requirement is to use some "Configuration" type values / variables, then I would suggest them to be stored in a user defined config type table with Key value pair and use it in the procedures. Since the values are not changing frequently, you don't need a UI for updating the values. It can also be done using SQL scripts / flat file.
Ravi