Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Session objects
Message
General information
Forum:
Visual FoxPro
Category:
Internet applications
Title:
Miscellaneous
Thread ID:
00564487
Message ID:
00564523
Views:
19
>How would I store and retrieve an object created with "scatter name myobject" into a session variable?
>
>Thanks


Add a property to your session class and then in one of the methods of the session object:
scatter name this.myobject
Outside the class's code you could do:
scatter name oMySession.myobject
HTH,
Previous
Reply
Map
View

Click here to load this message in the networking platform