[Mono-bugs] [Bug 58541][Nor] Changed - MONO Beta 1 Bug: Web.Config forms element not supporting slidingExpiration=true
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 17 May 2004 20:00:03 -0400 (EDT)
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by gonzalo@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=58541
--- shadow/58541 2004-05-16 21:12:20.000000000 -0400
+++ shadow/58541.tmp.15304 2004-05-17 20:00:03.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 58541
Product: Mono: Class Libraries
Version: unspecified
OS: Red Hat 9.0
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: NOTABUG
Severity: 002 Two hours
Priority: Normal
Component: Sys.Web
AssignedTo: gonzalo@ximian.com
ReportedBy: davidandrewtaylor@hotmail.com
QAContact: mono-bugs@ximian.com
@@ -59,6 +59,20 @@
Expected Results:
Should work.
How often does this happen?
All the time.
+
+------- Additional Comments From gonzalo@ximian.com 2004-05-17 20:00 -------
+I tried this and it worked.
+------------
+<?xml version="1.0" encoding="iso-8859-1"?>
+
+<configuration>
+ <system.web>
+ <authentication mode="Forms">
+ <forms slidingExpiration="true" />
+ </authentication>
+ </system.web>
+</configuration>
+-------