I *DO* have seperate apps.
I want to track how many active sessions TOTAL there are between them.
I can track them by setting an App variable in the global.asa file and
adding or subtracting one on creat or delete.
HOWEVER I cannot view from one app "ADMIN_APP" the variables in "CLIENT_APP"
I have tried making the CLIENT_APP use microsoft's XML GET object to a page
within the other app who's sole purpose is to add a count to a variable and
another on session end who's sole purpose is to subtract, but it doesn't
seem to fire.
I have also tried to just have a page on CLIENT_APP which ADMIN_APP will
query with the XML object and all that is on that page is that app's sum.
Unfortunately as the site is secured I cannot perform this action as the
site is re-directed due to a security component we have in place :(
"Andrew J Durstewitz" <adurstewitz@moreheadassociates.com> wrote in message
news:3fc231b4$0$200$75868355@news.frii.net...[color=blue]
> Couldn't you just create the 2 applications in seperate folders and use
> seperate global.asa files? I think it would work out.
>
> Andrew
>
> DEVBuilder.org,
http://www.DEVBuilder.org
> ASP,ASP.NET,VB.NET,PHP,Java,and SQL Support, all in one place.[/color]