Inter-Application Data sharing

P

PeteZ

Hi,

I was of the understanding that Session variables were GLOBALLY scoped
across all Applications on a specific web site and that data obtained and
stored in "variables" were available for other applications - it seems I was
wrong.

It appears that the data is held on a per-application instance ie. Each
applications data is "sand-boxed" from other apps and cannot be referenced.

Apart from storing Application data in a database (to facilitate sharing) ,
how else can data be "shared" between Applications ?

- peteZ
 
A

AW

Apart from storing Application data in a database (to facilitate sharing)
,
how else can data be "shared" between Applications ?

You may place it in persistent cookies if it's not too big. Or you may place
an ID in a cookie, and store on the server (file system, database, ...) the
data that correspond to each ID.
 
G

Guest

Humm I wonder maybe if there is a cure in the GAC. Not sure if it would
work by try placing the common components accessing the session in the GAC
together...

Might not work but just a thought...

Jof
 

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

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,581
Members
45,056
Latest member
GlycogenSupporthealth

Latest Threads

Top