User1094269964 posted
Hi Team,
Lets say we have parent application and child application are hosted in the same virtual directory.
Child virtual directory is placed inside parent virtual directory.So the child inherts the parent web.config also (In the parent we have SSO configured)
When we logout from parent application we are calling Session.abandon() this kills the parent session.
But we want to know how to kill child application session if it is alive in the parent itself ?
Please help.