asp.net - Get User in web method called by external source -
i have web application user logged in. application have webmethod (previously webapi) accessed external source ajax post request.
i need logged-in user's id if user logged-in in application (via form authentication) , application consuming webmethod requesting same browser.
note: can't change ajax request. please provide solution changes in application.
Comments
Post a Comment