I have created a simple realm plugin and I am not seeing a session cookie being created when authenticating.
Is there something special I need to do in the plugin to support the sessions? Which method in the interface is supposed to do this? The basic auth example on github is not clear.
According to: https://github.com/elastic/kibana/issues/3904 I should see the browser getting a cookie with username:password:timestamp
There is also a property to support shield.sessionTimeout in kibana.yml ?
Thanks in advance!