session state variables across asp.net web apps... We lose them!

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.
 
G

Guest

Yes, they are each independent aps.net apps. I would to use the same session
state variable ("exp" for example) and then call one project's page(s) from
the other, sharing the "exp" variable.

Amit Bahree said:
Couple of things, one, are these separate ASP.NET apps? How are the
modules separated and deployed? Also read up on state management [1], as
that might help.

[1] - http://tinyurl.com/6ymgu

Amit.

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top