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:

SitecoreUTSessionBuilder.SessionWithHost("https://mysite.com")
                        .BuildSession();
If you have suggestions for improving this article, let us know!