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:
If you have suggestions for improving this article, let us know!
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();