This commit is contained in:
Virtuworks 2012-09-23 12:08:04 -04:00
commit fb15278d7b

View file

@ -346,7 +346,7 @@ namespace WebsitePanel.Setup
if (appSettings != null) if (appSettings != null)
{ {
var sessionKey = doc.CreateElement("add"); var sessionKey = doc.CreateElement("add");
sessionKey.SetAttribute("name", "SessionValidationKey"); sessionKey.SetAttribute("key", "SessionValidationKey");
sessionKey.SetAttribute("value", StringUtils.GenerateRandomString(16)); sessionKey.SetAttribute("value", StringUtils.GenerateRandomString(16));
appSettings.AppendChild(sessionKey); appSettings.AppendChild(sessionKey);
} }