Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ChangeLog « System.Web.SessionState « System.Web « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 199a6ddd407944473454cd6fcfedf919bc476c6f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
2002-06-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* HttpSessionState.cs: implemented more methods/properties.
	* SessionDictionary.cs: New file.

2002-06-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* System.Web.SessionState/HttpSessionState.cs:
	* System.Web.SessionState/SessionStateModule.cs: new files with some
	implementation and the rest stubbed.

2002-06-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* IReadOnlySessionState.cs:
	* IRequiresSessionState.cs:
	* SessionStateMode.cs: new files.