Subj : Re: ASP server attempt. Is it possible to implement, Session("name")="Damian"; To : Damian Slee From : Brendan Eich Date : Mon Sep 06 2004 11:44 pm Damian Slee wrote: > First I thought 'Session' could be a property of the global object, > but then you can't pass a arguement to a property. See JS_SetCallReturnValue2 in jsapi.h, and its example usage in js.c. > Can I effectively create a Application object in the Runtime, and > define a reference to it in each global object? Sure, you can do that. /be .