Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Wiping out (data)Session object
Message
From
26/05/2008 13:14:39
 
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Environment versions
Visual FoxPro:
VFP 9 SP1
Miscellaneous
Thread ID:
01319497
Message ID:
01319527
Views:
15
This message has been marked as the solution to the initial question of the thread.
>>
>Calling Destroy() method directly (or release method directly) works?
>
>E.g. array[i].Destroy()
> array[i] = null
>
>?
__
Calling Destroy() will not work, I assume.

One possibility is to subclass Session, add a release method and call that - that may work - not tested
define class MySession as Session

function Release()
  release m.this
endfunc
enddefine
Gregory
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform