Hi, I was really hoping I wouldn't run into trouble if I had purchased shared hosting, but it seems I am somewhat stuck and unsure how to continue.
I have been working extensively with jsonrpc service call and have them working well. For the time being I have simple authentication user:[email protected]/app/default/call/jsonrpc. I wanted to be able to maintain session variables. I am currently with dreamhost, so it seems the only decent WSGI I will have access to is Passenger WSGI, which I cannot find info to forward session in Apache that I saw here for mod_wsgi. Using-web2py-to-authorize-non-web2py-apps<http://web2py.com/books/default/chapter/29/09?search=session#Using-web2py-to-authorize-non-web2py-apps> . I was wondering how can I prevent the functions calls to maintain the session over various procedure calls. I can see maybe with mod_wsgi, but is it all possible without mod_wsgi? Thanks. --

