Hi,

I try to retrieve from a RestInterface a SessionVar which was
set from a WebInterface.
This is forbidden currently. How could I solve this issue?

This is my use case:
OpenUI5 is a Javascript UI libary. It mainly retrieves data by using
OData services. You implement your UI / UI logic using xml and a model,
view, controller concept in JavaScript.

I try to implement a scenario similiar to vibe-d/examples/web. But
instead using Diet as UI, I am using OpenUI5.

I am facing one big issue. In my UI I have also username/password fields
and I am also calling SampleService.postLogin which also sets the
SessionVar "settings".
For getting some data I use the vibe.d RestInterface. But now,
I cannot access the SessionVar because this is forbidden.
I would like to check whether the user is already authenticated by the
WebInterface.

Kind regards
André