Mapping between UI and Session

Hello there,

i would like to know where the mapping between UI instances and sessions does happen.
Our application logs on users depending on the session. We extend javax.servlet.Filter and overwrite
doFilter(…) to register the session to our own services. What we need is to get the mapping to the UI instance that is to be created. Can you tell which class exactly handles this mapping?

Thanks,
Florian

You should start by looking at the UIProvider that you have configured …