[Mono-bugs] [Bug 80824][Wis] Changed - [2.0] sessionState broken

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue Mar 6 06:21:18 EST 2007


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 adriaanvk at gmail.com.

http://bugzilla.ximian.com/show_bug.cgi?id=80824

--- shadow/80824	2007-03-05 21:38:41.000000000 -0500
+++ shadow/80824.tmp.15938	2007-03-06 06:21:18.000000000 -0500
@@ -52,6 +52,21 @@
 ------- Additional Comments From robertj at gmx.net  2007-02-13 09:49 -------
 Subject changed
 
 
 ------- Additional Comments From mhabersack at novell.com  2007-03-05 21:38 -------
 The current version of Mono doesn't have the SQL module implemented.
+
+------- Additional Comments From adriaanvk at gmail.com  2007-03-06 06:21 -------
+in version 1.1.18/17 sqlserver mode was still working. i had written
+my own table in the database before it was working:
+CREATE TABLE aspstatetempsessions
+(
+sessionid varchar,
+created timestamp,
+expires timestamp,
+timeout numeric,
+staticobjectsdata bytea,
+sessiondata bytea
+) 
+
+How is it possible that in that version it was working?


More information about the mono-bugs mailing list