Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Web Forms -- Best Practice ?
Message
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00846422
Message ID:
00847674
Views:
42
>I guess the one main point behind using tables as opposed to using the session really comes down to this: needing the data to live beyond a session's lifetime in some sort of "raw" (and easily queried) form. Otherwise, the Session and/or Cache a better (performance) bet.

If you need to cache beyond the session, could you use one mechanism during the session, like a state server, and then serialize to SQL or XML when the session ends to persist it beyond the session?

BOb
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform