Click here to Skip to main content
15,886,637 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: task scheduler Pin
Richard MacCutchan12-Dec-14 22:13
mveRichard MacCutchan12-Dec-14 22:13 
QuestionC# web application Pin
sudevsu12-Dec-14 9:29
sudevsu12-Dec-14 9:29 
QuestionRe: C# web application Pin
Maciej Los12-Dec-14 10:28
mveMaciej Los12-Dec-14 10:28 
AnswerRe: C# web application Pin
sudevsu15-Dec-14 4:09
sudevsu15-Dec-14 4:09 
QuestionMVC POST return view with model not refreshing the HTML Pin
CraigStinn12-Dec-14 5:36
CraigStinn12-Dec-14 5:36 
Questioni created a website in that website created a web page for sign in purpose after the user successfully logged in i shown a label that containing how many users logged in. I did this concept using session. Now i need to show who are all the users in t Pin
Karthikeyan_Annadurai12-Dec-14 4:03
Karthikeyan_Annadurai12-Dec-14 4:03 
AnswerRe: i created a website in that website created a web page for sign in purpose after the user successfully logged in i shown a label that containing how many users logged in. I did this concept using session. Now i need to show who are all the users Pin
Richard MacCutchan12-Dec-14 4:56
mveRichard MacCutchan12-Dec-14 4:56 
AnswerRe: i created a website in that website created a web page for sign in purpose after the user successfully logged in i shown a label that containing how many users logged in. I did this concept using session. Now i need to show who are all the users Pin
ZurdoDev12-Dec-14 8:26
professionalZurdoDev12-Dec-14 8:26 
There isn't a good built-in way to do it. As mentioned in the previous answer you'll need to store it in your db.

When someone logs in you can record that in your db. The problem comes because a user could close your site, navigate somewhere else, lose power, etc, and you won't know about it because the web is not always connected. So, you need another process that runs at some interval and checks for no activity for longer than your Session timeout and then you can clear them out from who's logged in.
There are only 10 types of people in the world, those who understand binary and those who don't.

Questiontask scheduler Pin
renukamubeen11-Dec-14 22:51
renukamubeen11-Dec-14 22:51 
AnswerRe: task scheduler Pin
Richard MacCutchan11-Dec-14 23:14
mveRichard MacCutchan11-Dec-14 23:14 
QuestionCan i store the Tables data in Session is there any performance issue in asp.net? Pin
vinayak.ghanti11-Dec-14 7:26
professionalvinayak.ghanti11-Dec-14 7:26 
QuestionCan i store the Tables data in Session is there any performance issue ? Pin
vinayak.ghanti11-Dec-14 7:24
professionalvinayak.ghanti11-Dec-14 7:24 
QuestionRepeater Control Pin
sudevsu11-Dec-14 3:34
sudevsu11-Dec-14 3:34 
AnswerRe: Repeater Control Pin
jkirkerx11-Dec-14 13:01
professionaljkirkerx11-Dec-14 13:01 
GeneralRe: Repeater Control Pin
sudevsu12-Dec-14 3:48
sudevsu12-Dec-14 3:48 
GeneralRe: Repeater Control Pin
sudevsu12-Dec-14 4:19
sudevsu12-Dec-14 4:19 
GeneralRe: Repeater Control Pin
jkirkerx12-Dec-14 6:30
professionaljkirkerx12-Dec-14 6:30 
QuestionControls to be used Pin
sudevsu10-Dec-14 8:18
sudevsu10-Dec-14 8:18 
AnswerRe: Controls to be used Pin
Richard MacCutchan10-Dec-14 22:10
mveRichard MacCutchan10-Dec-14 22:10 
GeneralRe: Controls to be used Pin
sudevsu11-Dec-14 2:44
sudevsu11-Dec-14 2:44 
GeneralRe: Controls to be used Pin
Richard MacCutchan11-Dec-14 6:31
mveRichard MacCutchan11-Dec-14 6:31 
GeneralRe: Controls to be used Pin
sudevsu11-Dec-14 9:11
sudevsu11-Dec-14 9:11 
GeneralRe: Controls to be used Pin
Richard MacCutchan11-Dec-14 23:02
mveRichard MacCutchan11-Dec-14 23:02 
QuestionFetch Facebook Wall Post and Display in a Web Application Pin
Rimi Indu9-Dec-14 1:31
professionalRimi Indu9-Dec-14 1:31 
AnswerRe: Fetch Facebook Wall Post and Display in a Web Application Pin
ZurdoDev9-Dec-14 1:59
professionalZurdoDev9-Dec-14 1:59 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.