Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Constructor: SimpleSession(string)

Declaration

public SimpleSession(
    string cookieName = "SessionID"
)

Summary

Provides functionality to track a session ID in HTTP requests using cookies.

Parameters

stringcookieName The name of the cookie.

Remarks

This class only retrieves session IDs from the session cookie and does not handle mapping IDs to session data. It also does not automatically create a new session if the HTTP response did not contain a session cookie.