namespace Abp.Web.Sessions { /// /// Used to create client scripts for session. /// public interface ISessionScriptManager { string GetScript(); } }