SessionManagerReindexSessionsInfosHashtable Method |
Re-indexes sessions hashtable - changes key from old site name to new site name.
Namespace: CMS.MembershipAssembly: CMS.Membership (in CMS.Membership.dll) Version: 12.0.0
Syntax public static void ReindexSessionsInfosHashtable(
string oldSiteName,
string newSiteName
)
Parameters
- oldSiteName
- Type: SystemString
Old site name - newSiteName
- Type: SystemString
New site name
See Also