* SessionInProcHandler.cs: Use AppDomain.SetData so data is
[mono.git] / mcs / class / System.Web / System.Web.SessionState / IRequiresSessionState.cs
1 //
2 // System.Web.SessionState.IRequiresSessionState
3 //
4 // Authors:
5 //      Gonzalo Paniagua Javier (gonzalo@ximian.com)
6 //
7 // (C) 2002 Ximian, Inc (http://www.ximian.com)
8 //
9
10 namespace System.Web.SessionState {
11 public interface IRequiresSessionState
12 {
13 }
14 }
15