How to find the user name who are login currently?
-
Hi, I created one Portal, i want to display current login member details. Can any one help me?
Member 4755319 wrote:
i want to display current login member details.
It depends on what method you are using for providing login.
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia My Website | Ask smart questions
-
Member 4755319 wrote:
i want to display current login member details.
It depends on what method you are using for providing login.
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia My Website | Ask smart questions
-
Am using asp.net login controls for my page. Is it possible to find the user who closes the page without logout?
Member 4755319 wrote:
Is it possible to find the user who closes the page without logout?
I don't think that. Because server won't get any notifications when a client browser closes. You can try hooking a JS script to the window close event which gives AJAX request to server and informing it about the event.
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia My Website | Ask smart questions