Creates authentication cookie of user with specified custom data.
Namespace: CMS.MembershipAssembly: CMS.Membership (in CMS.Membership.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- username
- Type:
System String
User name
- isPersistent
- Type:
System Boolean
Persistency of cookie
- timeOut
- Type:
System Int32
Cookie timeout
- userData
- Type:
System String
Array of user data
See Also