G
Guest
We are developing an asp.net web application in "modules". We want to
develop them independently, and then combine them at the end. We would like
to share session state variables between the 2 web application projects. We
are developing using visual studio .net.
The problem is, when the user goes from pages in the first module (System
module) to pages in the 2nd module (Billing module) the session state
variables are lost. Is there something we can do to use and share the same
session state variables in each module? Thanks in advance.
develop them independently, and then combine them at the end. We would like
to share session state variables between the 2 web application projects. We
are developing using visual studio .net.
The problem is, when the user goes from pages in the first module (System
module) to pages in the 2nd module (Billing module) the session state
variables are lost. Is there something we can do to use and share the same
session state variables in each module? Thanks in advance.