[Mono-bugs] [Bug 51647][Nor] New - EnableSessionState="readonly" attribute of @PAGE doesn't work as expected
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 3 Dec 2003 09:22:03 -0500 (EST)
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 along@mainsoft.com.
http://bugzilla.ximian.com/show_bug.cgi?id=51647
--- shadow/51647 2003-12-03 09:22:03.000000000 -0500
+++ shadow/51647.tmp.31524 2003-12-03 09:22:03.000000000 -0500
@@ -0,0 +1,36 @@
+Bug#: 51647
+Product: Mono/Class Libraries
+Version: unspecified
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: System.Web
+AssignedTo: gonzalo@ximian.com
+ReportedBy: along@mainsoft.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Summary: EnableSessionState="readonly" attribute of @PAGE doesn't work as expected
+
+Description of Problem:
+EnableSessionState="readonly" attribute of @PAGE doesn't work as expected.
+if properti EnableSessionState="readonly" then HttpSessionState.IsReadOnly
+must be TRUE.
+
+Steps to reproduce the problem:
+1. Open the attached aspx
+
+
+Actual Results:
+The label's text is :"Is readonly Session:False"
+
+Expected Results:
+The label's text will be equals to :"Is readonly Session:True"
+
+How often does this happen?
+Always
+
+Additional Information: