Thank you for your reply.
Yes, I tried self.session.config. The problem I have (in addition to the above) is that my main application has several rounds (which I wanted to change through session config) and I want to refer to the number of rounds the main app had in another app. Currently what I do is define a new constant in the following app and explicitly assign the number of rounds in the main app manually. But, I would like to change this value only at one point and then access that value through all the apps. (So if I want to change the number of rounds in the main app, I only have to change one point.)