useSessionID property
If true the server will use/generate a SESSIONID for each request.
If false will ignore any SESSIONID cookie (useful to comply with cookieless servers).
- If cookieless is
trueSESSIONIDis disabled.
Implementation
final bool useSessionID;