Implemented raising of Session_OnEnd event, refactoring
[mono.git] / mcs / class / System.Web / System.Web.SessionState_2.0 / ChangeLog
1 2007-01-07  Konstantin Triger <kostat@mainsoft.com>
2
3         * SessionStateModule.cs: Implemented raising of Session_OnEnd event,
4                 refactoring.
5
6 2006-12-27  Konstantin Triger <kostat@mainsoft.com>
7
8         * SessionIDManager.cs: Pass config to SessionStateModule.IsCookieLess.
9         * SessionStateStoreData.cs: fix constructor signature.
10         * SessionInProcHandler.cs, SessionStateServerHandler.cs: ensure has a default
11                 constructor to make instantiating same as for custom provider.
12         * SessionStateModule.cs: support custom providers.
13
14 2006-12-20  Marek Habersack  <grendello@gmail.com>
15         * SessionStateServerHandler.cs:
16         implemented for the 2.0 model.
17
18         * SessionStateUtility.cs:
19         implemented.
20
21         * SessionStateStoreProviderBase.cs:
22         implemented.
23
24         * SessionInProcHandler.cs:
25         reimplemented for the 2.0 model.
26
27         * SessionIDManager.cs: implemented.
28
29         * SessionStateModule.cs: copied the
30         file to new location and implemented the 2.0 model.
31
32         * SessionSQLServerHandler.cs:
33         created. Implementation not done yet.
34
35         * HttpSessionStateContainer.cs: copied
36         the file to new location and implemented the 2.0 model.
37
38         * StateServerItem.cs: implementation
39         for the 2.0 model.
40
41         * HttpSessionState.cs: reimplemented
42         for the 2.0 model.
43
44         * RemoteStateServer.cs: copied the
45         file to new location and added new code for the 2.0 model.
46
47         * SessionStateItemCollection.cs:
48         implemented.
49
50         * SessionStateActions.cs: moved the
51         file to new location and added the None member.
52
53         * ISessionIDManager.cs: moved the file
54         to new location.
55
56         * SessionStateItemExpireCallback.cs:
57         moved the file to new location.
58
59         * IHttpSessionState.cs: moved the file
60         to new location.
61
62         * SessionStateStoreData.cs: moved the
63         file to new location and modified for the 2.0 model.
64
65         * ISessionStateItemCollection.cs:
66         moved the file to new location.