Click to See Complete Forum and Search --> : Can i check a session var from VB object


tonyt
07-30-2003, 11:01 AM
Not quite that easy, but i need to check the status of a session variable from within a connection object, which is itself called from processing object. Can this be done.
Possibly using GetObjectContext()
:confused:

tonyt
07-31-2003, 05:53 AM
I think i have found the solution using the

objContext("Session").Value(VarName)

method. Many thanks:)