* SessionStateModule.cs: If using cookieless sessions add an
[mono.git] / mcs / class / System.Web / System.Web.Configuration / AuthenticationConfigHandler.cs
index 7abb573b01c09b9f2dac883e4a159c31dcf0a885..6f66b050fbcc974ba0c6f804aae6b3621b0baf8c 100755 (executable)
@@ -35,7 +35,7 @@ namespace System.Web.Configuration
                                        continue;
                                
                                if (child.Name == "forms") {
-                                       config.CookieName = AttValue ("name", child, false);
+                                       config.CookieName = AttValue ("name", child);
                                        config.CookiePath = AttValue ("path", child);
                                        config.LoginUrl = AttValue ("loginUrl", child);
                                        config.SetProtection (AttValue ("protection", child));