Building a session
Version:
Once you have set all the session configuration parameters, you can invoke the BuildSession method to create the session. For example:
Once you have set all the session configuration parameters, you can invoke the BuildSession method to create the session. For example:
SitecoreUTSessionBuilder.SessionWithHost("https://mysite.com") .BuildSession();