B
Bill Dodd
Is there really no way to have different asp.net applications share session
variables?
The problem I'm running into is that I have numerous asp.net (and asp)
applications that were written as standalone apps and are now one by one
being added to an umbrella project.
For instance OpenOrderReport is a asp project with numerous references to
third part controls, etc. It's existed a
http://where-ever/Openorderreport for months and is now being moved to
http://where-ever/MySalesApp/OpenOrderReport with other related
applications. It would be really really handy if all of the apps in the
MySalesApp folders could share session variables with one another for things
that aren't approprite in cookies or hidden fields.
I've been able to do it in the past but only by adding the sub apps as
directories to a master project and adding them as references to the master
projects. This seemed hokey, though - in that I had bin\ folders in the sub
projects and the main and just doesn't "feel" like a clean solution. So,
my question is - can I, through configuring session state mode to
StateServer, share sessions among these things without going through all of
the steps of blowing away the individual IIS metabase descriptions and
referencing the sub projects into, in this case a "MySalesApp" master
project?
Is there a cleaner way to add the 'baby projects" to momma?
Thanks
Bill
variables?
The problem I'm running into is that I have numerous asp.net (and asp)
applications that were written as standalone apps and are now one by one
being added to an umbrella project.
For instance OpenOrderReport is a asp project with numerous references to
third part controls, etc. It's existed a
http://where-ever/Openorderreport for months and is now being moved to
http://where-ever/MySalesApp/OpenOrderReport with other related
applications. It would be really really handy if all of the apps in the
MySalesApp folders could share session variables with one another for things
that aren't approprite in cookies or hidden fields.
I've been able to do it in the past but only by adding the sub apps as
directories to a master project and adding them as references to the master
projects. This seemed hokey, though - in that I had bin\ folders in the sub
projects and the main and just doesn't "feel" like a clean solution. So,
my question is - can I, through configuring session state mode to
StateServer, share sessions among these things without going through all of
the steps of blowing away the individual IIS metabase descriptions and
referencing the sub projects into, in this case a "MySalesApp" master
project?
Is there a cleaner way to add the 'baby projects" to momma?
Thanks
Bill