[Mono-bugs] [Bug 61357][Wis] Changed - problems with variables of session in xsp.

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 12 Jul 2004 22:53:39 -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=61357

--- shadow/61357	2004-07-12 11:29:44.000000000 -0400
+++ shadow/61357.tmp.32162	2004-07-12 22:53:39.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 61357
 Product: Mono: Class Libraries
 Version: unspecified
 OS: Red Hat 9.0
 OS Details: 
-Status: REOPENED   
-Resolution: 
+Status: RESOLVED   
+Resolution: NOTABUG
 Severity: Unknown
 Priority: Wishlist
 Component: Sys.Web
 AssignedTo: gonzalo@ximian.com                            
 ReportedBy: jtorres@gmatrix.com               
 QAContact: mono-bugs@ximian.com
@@ -48,6 +48,16 @@
 reopen when you attach the test case
 
 ------- Additional Comments From jtorres@gmatrix.com  2004-07-12 10:05 -------
 Created an attachment (id=8527)
 files for the case test.
 
+
+------- Additional Comments From gonzalo@ximian.com  2004-07-12 22:53 -------
+I tried your sample and get the same  results on windows IE+IIS that
+what i get on linux with xsp+whatever.
+
+If you look at the session cookie (with IE you might have to look for
+a file named cookies.txt) it expires 'at end of session'. That means
+that when you close the browser it will not keep the cookie around.
+And, anyway, you're always setting the variables to the same values in
+Page_Load...