PrepareLoginPage - Solution Sites Routine

This sub prepares for the call to the function htmRenderLoginPage by initializing the values of all parameters passed to it.

Definition

Sub PrepareLoginPage(
  byRef bSuccess,
  byRef bMustTransferBasket,
  byRef bDisplayGuestOption,
  byRef bDisplayNewUserRegistrationOption,
  byRef sUserID,
  byRef iErrorLevel,
  byRef rsLoginUser,
  byRef mscsGuestUser,
  byRef dictFldVals,
  byRef dictFldErrs,
  byRef listFlds,
  byRef listFrmErrs,
  byRef urlAction)

Defined in File

login\login.asp

Routines Called

GenerateURL

GetCurrentUserProfile

GetQualifiedName

GetSubmittedFieldValues

IsFormSubmitted

MoveBasketItems

SetTestCookie

ValidateSubmittedLoginData

Called By

Main (login\login.asp)

Remarks

This sub performs a lot of processing, including retrieving data from a login form, if present, basket transfer where appropriate, and cookie and ticket processing.

Copyright © 2005 Microsoft Corporation.
All rights reserved.