Skip to content

Instantly share code, notes, and snippets.

@mhwelander
Created August 24, 2016 16:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mhwelander/f7c7d1f3dc71e565a38a61e968f9b334 to your computer and use it in GitHub Desktop.
Save mhwelander/f7c7d1f3dc71e565a38a61e968f9b334 to your computer and use it in GitHub Desktop.
Flush session data without ending session.
ContactManager contactManager = Sitecore.Configuration.Factory.CreateObject("tracking/contactManager", true) as ContactManager;
contactManager.FlushContactToXdb(contact);
contactManager.SaveAndReleaseContactToXdb(contact);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment