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