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:
00191487
Vues:
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?

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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform