Declaration
public SimpleSession(
string cookieName = "SessionID"
)Summary
Provides functionality to track a session ID in HTTP requests using cookies.
Parameters
| string | cookieName |
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.