[Mono-bugs] [Bug 75542][Nor] Changed - SQL SessionState is not
saved when redirecting...
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Jul 18 03:36:01 EDT 2005
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 informatique.internet at fiducial.fr.
http://bugzilla.ximian.com/show_bug.cgi?id=75542
--- shadow/75542 2005-07-18 03:28:04.000000000 -0400
+++ shadow/75542.tmp.7306 2005-07-18 03:36:01.000000000 -0400
@@ -195,6 +195,10 @@
MS saves the session into the database, and find the session variables
in the redirected page (WebForm2.aspx)
Mono don't save the session (no insert in the database) (updatehandler
is not called) and the redirected page don't find the modifications in
the session state.
+
+------- Additional Comments From informatique.internet at fiducial.fr 2005-07-18 03:36 -------
+I think the error is that the "updatehandler" is not called when doing
+a "redirect"...
More information about the mono-bugs
mailing list