We have a number of internal applications which are based on AD via Windows Authentication. The server is Windows 2012 and clients connect using all popular browser flavours; tyipically IE, Chrome, Firefox and Safari by our Mac users.
Users are either on our network or connected via VPN. Is there a way to four our applications to detect the logged on user? The idea is to reduce the necessity of the signing in every time when launching the applications.
The .NET Framework is not specific to any one programming language; rather, it includes a library of functions that allows developers to rapidly build applications. Several supported languages include C#, VB.NET, C++ or ASP.NET.
check for existance of logged in cookie and if exists user is logged in
when user logs out delete the cookie.