In corlib/System.Runtime.InteropServices:
[mono.git] / mcs / class / System.Web / System.Web.SessionState_2.0 / ChangeLog
1 2007-03-12  Konstantin Triger <kostat@mainsoft.com>
2
3         * SessionStateModule.cs: TARGET_J2EE: support only J2EE sessions.
4
5 2007-03-06  Marek Habersack  <mhabersack@novell.com>
6
7         * SessionInProcHandler.cs: gracefully handle different value types
8         in the session removal handler.
9
10         * SessionStateModule.cs: create an empty container if session data
11         is null. Fixes bug 80682
12
13 2007-02-19  Konstantin Triger <kostat@mainsoft.com>
14
15         * SessionStateModule.cs: call Session_End callback only if the handler
16                 does not support expiration.
17
18 2007-01-20  Miguel de Icaza  <miguel@novell.com>
19
20         * SessionStateModule.cs: Removed unused variables.
21
22 2007-01-07  Konstantin Triger <kostat@mainsoft.com>
23
24         * SessionStateModule.cs: Implemented raising of Session_OnEnd event,
25                 refactoring.
26
27 2006-12-27  Konstantin Triger <kostat@mainsoft.com>
28
29         * SessionIDManager.cs: Pass config to SessionStateModule.IsCookieLess.
30         * SessionStateStoreData.cs: fix constructor signature.
31         * SessionInProcHandler.cs, SessionStateServerHandler.cs: ensure has a default
32                 constructor to make instantiating same as for custom provider.
33         * SessionStateModule.cs: support custom providers.
34
35 2006-12-20  Marek Habersack  <grendello@gmail.com>
36         * SessionStateServerHandler.cs:
37         implemented for the 2.0 model.
38
39         * SessionStateUtility.cs:
40         implemented.
41
42         * SessionStateStoreProviderBase.cs:
43         implemented.
44
45         * SessionInProcHandler.cs:
46         reimplemented for the 2.0 model.
47
48         * SessionIDManager.cs: implemented.
49
50         * SessionStateModule.cs: copied the
51         file to new location and implemented the 2.0 model.
52
53         * SessionSQLServerHandler.cs:
54         created. Implementation not done yet.
55
56         * HttpSessionStateContainer.cs: copied
57         the file to new location and implemented the 2.0 model.
58
59         * StateServerItem.cs: implementation
60         for the 2.0 model.
61
62         * HttpSessionState.cs: reimplemented
63         for the 2.0 model.
64
65         * RemoteStateServer.cs: copied the
66         file to new location and added new code for the 2.0 model.
67
68         * SessionStateItemCollection.cs:
69         implemented.
70
71         * SessionStateActions.cs: moved the
72         file to new location and added the None member.
73
74         * ISessionIDManager.cs: moved the file
75         to new location.
76
77         * SessionStateItemExpireCallback.cs:
78         moved the file to new location.
79
80         * IHttpSessionState.cs: moved the file
81         to new location.
82
83         * SessionStateStoreData.cs: moved the
84         file to new location and modified for the 2.0 model.
85
86         * ISessionStateItemCollection.cs:
87         moved the file to new location.