Sets the session tag.

C# |
public string SessionTag { set; }

The session tag is just a string that will be associated with the created session. Maximum length 128 characters. Default value is "", which means that no session tag is associated with the session.