[Mono-bugs] [Bug 61357][Wis] New - problems with variables of session in xsp.
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 9 Jul 2004 14:34:49 -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 jtorres@gmatrix.com.
http://bugzilla.ximian.com/show_bug.cgi?id=61357
--- shadow/61357 2004-07-09 14:34:49.000000000 -0400
+++ shadow/61357.tmp.26353 2004-07-09 14:34:49.000000000 -0400
@@ -0,0 +1,40 @@
+Bug#: 61357
+Product: Mono: Class Libraries
+Version: unspecified
+OS: Red Hat 9.0
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: Sys.Web
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: jtorres@gmatrix.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: problems with variables of session in xsp.
+
+Please fill in this template when reporting a bug, unless you know what
+you are doing.
+Description of Problem:
+
+
+Steps to reproduce the problem:
+1. Create a web application in asp.net with variables of session in
+global.asax.cs, copy to mono and running one time, close explorer and open
+a new explorer.
+2.
+3.
+
+Actual Results:
+the variable of session donīt exist
+
+Expected Results:
+show variable. i.e. string var = (string) Session["Hola"];
+
+How often does this happen? everytime.
+
+
+Additional Information: