We are in the process of gradually implementing REST services for our web application. Currently, the application is in old procedural style type app.
The new app will be in html5 with back end implemented in CF10 REST api calls to cfc`s returning JSON formatted objects.
We need to pass SESSION variables to the REST cfc's through jquery calls. Is there way to avoid putting SESSION variables as arguments to jquery calls? All the REST cfc's are located in the web root of Coldfusion10 so, SESSION scope is not accessible to REST cfc's.
Thanks