* SessionStateModule.cs: If using cookieless sessions add an
authorJackson Harper <jackson@novell.com>
Thu, 4 Dec 2003 05:47:16 +0000 (05:47 -0000)
committerJackson Harper <jackson@novell.com>
Thu, 4 Dec 2003 05:47:16 +0000 (05:47 -0000)
commitdb3acd13838474eab60b52dc7f6cc4bfddd779ed
tree7d5ee026e3decd511b75cccc8323f8f2a9693180
parente7b8a168972f2a8d576514fd2d1e5fc925db0530
    * SessionStateModule.cs: If using cookieless sessions add an
onbegin request handler that parsers out session ids and rewrites
the path. Also redirect to a url with an embedded session id if we
are creating a new cookieless session.
* SesionInProcHandler.cs:
* SessionSQLServerHandler.cs:
* SessionStateServerHandler.cs: Use SessionId::Lookup to lookup session
ids, don't set the session id cookie anymore. That is handled by
the SessionStateModule.
* SessionId.cs: Add method for looking up session ids, add
some constants.

svn path=/trunk/mcs/; revision=20759
mcs/class/System.Web/System.Web.SessionState/ChangeLog
mcs/class/System.Web/System.Web.SessionState/SessionId.cs
mcs/class/System.Web/System.Web.SessionState/SessionInProcHandler.cs
mcs/class/System.Web/System.Web.SessionState/SessionSQLServerHandler.cs
mcs/class/System.Web/System.Web.SessionState/SessionStateModule.cs