What is Windows 8 Kids Session?

I am currently writing a brokerage service that runs the process in arbitrary sessions based on certain criteria. After looking at the documentation for one of the APIs I use, I noticed that for Windows 8 some new APIs were added that control some new function of the child session ( WTSIsChildSessionsEnabled , WTSEnableChildSessions , WTSGetChildSessionId ).

The problem is that this new “child session” feature is not documented anywhere, as far as I can tell. I would like to be able to “future proof” my application and support this new technology if it is relevant to my application, but I cannot understand if it matters if I don’t know what it is!

Does anyone know what it is, or has a link somewhere with additional information? (I ran searches on MSDN and Technet and came up empty-handed ...)

Thank.

+3
source share
1 answer

All three MSDN pages that you link to contain the following note. The linked page describes the Child Sessions function.

. .

, "" Windows 8.

+3

All Articles