ISessionIDManager.Validate Method
.NET Framework 2.0
Confirms that the supplied session identifier is valid.
Namespace: System.Web.SessionState
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
The Validate method verifies that the supplied id is a valid session identifier.
Your ISessionIDManager implementation should call the Validate method from the GetSessionID method when retrieving a session identifier from an HTTP request to ensure that the supplied session identifier is properly formatted.
Community Additions
ADD
Show: