I have an app running on python web.py. For a couple of data items, I contact a ruby service. I was wondering if I could, in some way, keep track of the session in ruby as well.
Every time the python calls the ruby service, it treats it as a different session.
Any help?
Thanks!
PS - This might not be trivial and I might have to pass the session variables as parameters to the ruby but I am curious. Having this will save me some time when I start refactoring.