Fix Redirections when installed on other directories.

This commit is contained in:
2015-08-28 00:36:22 +02:00
parent 0d39f87789
commit d350f154b7
8 changed files with 13 additions and 13 deletions

View File

@@ -13,7 +13,7 @@ namespace VAR.Focus.Web.Code.BusinessLogic
private List<Session> _sessions = new List<Session>();
private string _cookieName = "ScrummerSID";
private string _cookieName = "FocusSID";
private int _cookieExpirationDays = 30;
#endregion