I have an application which I need to 'interface' with an older application (written by someone else). The old application holds various items in the sessionstate, and i now need to interact with the application and thus impact its session state.
For example a customer search page uses the sessionstate to store the search parameters before the search is conducted.
What I want to do is from the new application jump straight into the search results by populating the sessionstate.customerID with my own value, then call the relevant page in the other appliction.
I don’t know how to manually populate a sessionstae object of another application. I think its possible but do not know how?
To further complicate things, both are asp.net apps but run different versions of the framework (1.1 and 2.0 respectively).
Has anyone had to do this before or is anyone able to offer some advice?
Thanks
For example a customer search page uses the sessionstate to store the search parameters before the search is conducted.
What I want to do is from the new application jump straight into the search results by populating the sessionstate.customerID with my own value, then call the relevant page in the other appliction.
I don’t know how to manually populate a sessionstae object of another application. I think its possible but do not know how?
To further complicate things, both are asp.net apps but run different versions of the framework (1.1 and 2.0 respectively).
Has anyone had to do this before or is anyone able to offer some advice?
Thanks