Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Something's not working here.....
Message
 
À
21/05/1999 18:06:38
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Divers
Thread ID:
00221214
Message ID:
00221723
Vues:
15
>Than absent Session vars what's the best way to carry variables from one form to another (without using parameters)...

Session are fine if you really need them. But if you don't you're wasting
valuable resources on the server. Sessions also don't scale to multiple
machines, so there are other issues.

In general I don't use sessions at all. Rather I use a single Cookie
which *I* manage rather than ASP and then store my session info
in a database. If you use ADO there's more overhead there, but if you
use a VFP COM object the overhead is actually less than a session.
+++ 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