Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Opening files on a Web Service
Message
From
24/10/2001 11:37:48
 
 
To
23/10/2001 19:38:13
General information
Forum:
Visual FoxPro
Category:
Web Services
Miscellaneous
Thread ID:
00572384
Message ID:
00572653
Views:
25
>From a WWC project, I have a global variable which indicates if all my files are opened or not. On the first transaction, it'll open the required files and the flag will be set.
>
>However, from a Web Service, should we use the same approach? Is the same technique applicable?

No. WWWC sessions are able to hold state because a process keeps running between hits (with file based), but you cannot assume the same thing with a Web Service. With both ASP and ISAPI based web services, plan on your object being killed after every hit, closing all tables and losing all state.
Erik Moore
Clientelligence
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform