MainWeb.SessionStorePath

MainWeb.SessionStorePath property

Gets or sets the session cache store path when session mode is File or ViewState, etc: gridweb.SessionStorePath=“c:/mytempdir/session”; then it will store session data in c:/mytempdir/session

public string SessionStorePath { get; set; }

See Also