Hello @AmithShankar , the Azure AD B2C Sign-In v2 UserFlow does not enforce login_hint
once the session has timed out. In fact once the user is authenticated Azure AD B2C will redirect the user to one of the registered redirect URIS, usually to your web app. The former may be the one that, after it's own session has timed out, redirects the user to the Azure AD B2C User Flow appending the login_hint
parameter.
Let us know if you need additional assistance. If the answer was helpful, please accept it and rate it so that others facing a similar issue can easily find a solution.