Hi All,
Our project is designed to be hosted in two servers. One server will have the App Tier which contains the various database and file system access logic, and the other server will host the Web tier which will mainly contain the presentation logic.
The presentation layer in the Web Tier will connect to the App Tier through a Web Service.
I would like to know how can I access the session information which is stored in the other server. For example If Iam using State Server mode how can I access session information in App Tier(In Server 1), in the Web Tier(In Server 2).