UpdateUserProfile - Solution Sites Routine

This sub updates the profile for the current user.

Definition

Sub UpdateUserProfile(
  byRef rsUser)

Defined in File

include\std_profile_lib.asp

Routines Called

None.

Called By

bSaveProfileDetails

GetNewGuestUserProfile

mscsNewRegisteredUserProfile

mscsTransferGuestUserProfile

Remarks

This is a wrapper subroutine for the Update method of the ProfileObject object. Call this subroutine whenever you update the current profile for the current user or when you create a new profile for the current user. This subroutine automatically sets the date_last_changed property and writes this information to a cookie (where supported) to handle host switching in a Web farm.

Copyright © 2005 Microsoft Corporation.
All rights reserved.