Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Trying to find source for SqlProfileProvider.cs file
Message
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Versions des environnements
OS:
Windows XP
Database:
MS SQL Server
Divers
Thread ID:
01309118
Message ID:
01310482
Vues:
22
This message has been marked as a message which has helped to the initial question of the thread.
>The retrieving of the profiles info is done in my page that deals with all users info/roles >where it doesn't make sense. I'm not sure why no one really caught the problem before and >why the developers of this provider thought that we may want to update the last activity >date on the data retrieval (and also implemented this in SP as well). Sounds very strange >to me.

If you need to record the last activity date - that is, the last time a user hit any page on your site, how would you do it? Last activity basically implies every page hit.

Updating this everytime you retrieve a user's profile is pretty reasonable. If it was broken out into it's own method, you now require two hits to the database: onces to get the data, and the other to update the last activity date.
-Paul

RCS Solutions, Inc.
Blog
Twitter
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform