Logged in
-
-
Hi, i have created a forum which is about trading. Now, the only problem i have is how to check who is logged in? I want to show the users which users are logged in?? Regards, Adrian
Adrian De Battista: .Net Programmer, Java Programmer and Web Designer.
ADY007 wrote:
Hi, i have created a forum which is about trading.
That's nice. Now, do you have specific question? What are you using? What have you tried? There aren't many mind readers here so you have to explain a little bit more.
only two letters away from being an asset
-
ADY007 wrote:
Hi, i have created a forum which is about trading.
That's nice. Now, do you have specific question? What are you using? What have you tried? There aren't many mind readers here so you have to explain a little bit more.
only two letters away from being an asset
So, I am using asp.net with vb.net. When they register they are creating another row in the Members database automatically. Now when they login, I need to know how to log all the sessions from different users and put them on the page.
Adrian De Battista: .Net Programmer, Java Programmer and Web Designer.
-
So, I am using asp.net with vb.net. When they register they are creating another row in the Members database automatically. Now when they login, I need to know how to log all the sessions from different users and put them on the page.
Adrian De Battista: .Net Programmer, Java Programmer and Web Designer.
Create an application variable that will hold the names (and other info if necessary) of users who log in successfully, then use it to display. Of course you also need to handle logouts and abandoned sessions.
only two letters away from being an asset