Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Something's not working here.....
Message
 
To
21/05/1999 18:06:38
General information
Forum:
Visual FoxPro
Category:
Internet applications
Miscellaneous
Thread ID:
00221214
Message ID:
00221723
Views:
17
>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?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform