Click here to Skip to main content
15,898,798 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Hide SQL Pin
Guffa27-Oct-07 9:41
Guffa27-Oct-07 9:41 
AnswerRe: Hide SQL Pin
Blue_Boy27-Oct-07 11:33
Blue_Boy27-Oct-07 11:33 
AnswerRe: Hide SQL Pin
Paul Conrad27-Oct-07 11:55
professionalPaul Conrad27-Oct-07 11:55 
QuestionProblem in Page.User.Identity.Name [modified] Pin
Pandiarajan R T27-Oct-07 5:58
Pandiarajan R T27-Oct-07 5:58 
QuestionKeeping track of online users . Pin
devboycpp27-Oct-07 5:53
devboycpp27-Oct-07 5:53 
AnswerRe: Keeping track of online users . Pin
Paul Conrad27-Oct-07 11:49
professionalPaul Conrad27-Oct-07 11:49 
GeneralRe: Keeping track of online users . Pin
devboycpp28-Oct-07 8:05
devboycpp28-Oct-07 8:05 
GeneralRe: Keeping track of online users . Pin
Paul Conrad28-Oct-07 8:09
professionalPaul Conrad28-Oct-07 8:09 
My web app was actually written in php on a linux box, but the idea can work with asp.net/sql server. What I did was every so often, once a minute or two, run a trigger that checked if the user had been idle for more than 10 minutes, if so, kick them off with a kind "You must log back in" type of message. It is up to you how often you want to check so you don't give the database server too much of a load to deal with.


"Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon

GeneralRe: Keeping track of online users . Pin
devboycpp28-Oct-07 8:38
devboycpp28-Oct-07 8:38 
GeneralRe: Keeping track of online users . Pin
Paul Conrad28-Oct-07 8:57
professionalPaul Conrad28-Oct-07 8:57 
GeneralRe: Keeping track of online users . Pin
devboycpp28-Oct-07 16:14
devboycpp28-Oct-07 16:14 
GeneralRe: Keeping track of online users . Pin
Paul Conrad28-Oct-07 17:00
professionalPaul Conrad28-Oct-07 17:00 
GeneralRe: Keeping track of online users . Pin
devboycpp29-Oct-07 4:47
devboycpp29-Oct-07 4:47 
GeneralRe: Keeping track of online users . Pin
Paul Conrad29-Oct-07 13:00
professionalPaul Conrad29-Oct-07 13:00 
QuestionBubble Tooltip for a Label(asp.net) [modified] Pin
PeriyasamyRamachandran27-Oct-07 4:21
PeriyasamyRamachandran27-Oct-07 4:21 
QuestionBitmap on page Pin
sabrown10027-Oct-07 2:30
sabrown10027-Oct-07 2:30 
AnswerRe: Bitmap on page Pin
Guffa27-Oct-07 6:37
Guffa27-Oct-07 6:37 
QuestionPrevent Cross-Site Scripting Pin
dataminers27-Oct-07 2:24
dataminers27-Oct-07 2:24 
AnswerRe: Prevent Cross-Site Scripting Pin
Dominic Pettifer27-Oct-07 11:49
Dominic Pettifer27-Oct-07 11:49 
Questionproblem related to RadioButtonList Pin
RajeevKumarSharma27-Oct-07 1:49
RajeevKumarSharma27-Oct-07 1:49 
AnswerRe: problem related to RadioButtonList Pin
Imran Khan Pathan27-Oct-07 1:56
Imran Khan Pathan27-Oct-07 1:56 
GeneralRe: problem related to RadioButtonList Pin
RajeevKumarSharma27-Oct-07 2:13
RajeevKumarSharma27-Oct-07 2:13 
QuestionRe: problem related to RadioButtonList Pin
Karthic M27-Oct-07 2:36
Karthic M27-Oct-07 2:36 
AnswerRe: problem related to RadioButtonList Pin
Imran Khan Pathan27-Oct-07 2:43
Imran Khan Pathan27-Oct-07 2:43 
GeneralRe: problem related to RadioButtonList Pin
Karthic M27-Oct-07 2:49
Karthic M27-Oct-07 2:49 

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.