static doAuthentication()
Try authentication.bool
static supportsPersistentSessions()
Check if persistent sessions are supported false for context cli.
static isSessionMainContext()
Context that are not only temporary in a session (e.g.WAC is, Cron is not)bool
static usesHTTP()
Uses HTTP aka browser.bool
static hasUser()
Based on user authentication?bool
static supportsPushMessages()
Supports push messages.
static usesTemplate()
Uses template engine.bool
static supportsRedirects()
Are redirects supported?bool
Interface ilContextTemplate.