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
true
SESSIONID
is disabled.
Implementation
final bool useSessionID;