E
Elie Grouchko
Hi All
In file '1.asp' I call Server.CreateObject("a") to create an instance of
object 'a'.
I then call Server.Execute("2.asp") and want to pass the reference to the
object 'a' I just created to the script executing in '2.asp'. Session
cookies are not enabled so there is no session object.
Does anyone know if there is any documented way of doing that? or if there
is a good/right solution to this problem?
Many thanks
Elie Grouchko
In file '1.asp' I call Server.CreateObject("a") to create an instance of
object 'a'.
I then call Server.Execute("2.asp") and want to pass the reference to the
object 'a' I just created to the script executing in '2.asp'. Session
cookies are not enabled so there is no session object.
Does anyone know if there is any documented way of doing that? or if there
is a good/right solution to this problem?
Many thanks
Elie Grouchko