Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Reading ASP session variables
Message
 
À
25/02/1999 09:53:27
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Divers
Thread ID:
00191260
Message ID:
00191660
Vues:
18
>>>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?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform