Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Reading ASP session variables
Message
 
 
To
25/02/1999 09:53:27
General information
Forum:
Visual FoxPro
Category:
Internet applications
Miscellaneous
Thread ID:
00191260
Message ID:
00191487
Views:
16
>>>What is the best technique to use to read ASP session variables from Visual FoxPro?
>>
>>
>>LPARAMETER loRequest, loResponse, loSession
>>
>>loResponse.Write( loSession.Value("YourSessionVar") )
>>
>
>How do we proceed to have access to those parameters in order to pass them here?

Your ASP script should have object reference available, just pass to the class method being called.

ie.

From ASP page:
set ox = createobject("yourclass")
ox.yourmethod(Request,Response,Session)
Michael McLain
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform