[Mono-bugs] [Bug 50010][Wis] Changed - cookieless session managment is not implemented

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 6 Nov 2003 19:54:42 -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 gonzalo@ximian.com.

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

--- shadow/50010	2003-11-04 11:34:43.000000000 -0500
+++ shadow/50010.tmp.479	2003-11-06 19:54:42.000000000 -0500
@@ -1,20 +1,32 @@
 Bug#: 50010
 Product: Mono/Class Libraries
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Wishlist
 Component: System.Web
 AssignedTo: jackson@ximian.com                            
 ReportedBy: jackson@ximian.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: V1
 URL: 
 Cc: 
 Summary: cookieless session managment is not implemented
 
 Cookieless session managment using URI mangling is not implemented yet.
 This is important for browsers that don't support or have disabled cookies.
+
+------- Additional Comments From gonzalo@ximian.com  2003-11-06 19:54 -------
+We should do it à la whidbey: they send both a cookie and a hidden
+variable. If the cookie is not sent back, something like this is
+generated:
+http://localhost:7685/WebSite/(S(pfonu5452vhdyx453jn2qy3l))/default.aspx
+
+when trying to get http://localhost:7685/WebSite/
+
+Ie., they encode the session key in a sort of directory in the URL.
+
+