[Mono-devel-list] Initial implementation of InProc Session support.
Gonzalo Paniagua Javier
gonzalo at ximian.com
Sun Mar 30 17:38:58 EST 2003
El dom, 30 de 03 de 2003 a las 20:35, Stefan Görling escribió:
> Hi,
>
> I've done a simple InProc HttpSessionState implementation. It's not
> production ready (It lacks disposing of expired session, which could be
> implemented rather easy though), nor is it very well tested but it
> scratches my current itch.
>
> In order to enable session support in xsp you have to add the following
> to your machine.config (besides applying the patches attached):
>
> Under system.web section httpModule:
> <add name="SessionState"
> type="System.Web.SessionState.SessionStateModule, System.Web" />
>
> Under system.web (default):
> <sessionState mode="InProc" />
>
> Please feel free to tell me that it's stupid, It's my first lines of C#,
> and since I am a java/jsp programmer on the weekdays it might seem a bit
> javaish.
It looks fine. We can improve it later. It's in CVS now.
Thank you!
-Gonzalo
More information about the Mono-devel-list
mailing list