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:
00191660
Views:
17
>>>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?

Duh - pass them from the ASP page?

<%= oVFPComObject.YourMethod(Request, Response, Session) %>

Or you can use implement IObjectContext interface and get called on each page
with the master object that contains all of the intrinsic objects.

see: http://www.west-wind.com/articles.htm>

Look at the ASP Object Messaging article...

+++ Rick ---
+++ Rick ---

West Wind Technologies
Maui, Hawaii

west-wind.com/
West Wind Message Board
Rick's Web Log
Markdown Monster
---
Making waves on the Web

Where do you want to surf today?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform