Click here to Skip to main content
15,884,099 members
Home / Discussions / Web Development
   

Web Development

 
Questionsend sms from website Pin
Marc Soleda5-Jan-09 4:06
Marc Soleda5-Jan-09 4:06 
AnswerRe: send sms from website Pin
Aman Bhullar5-Jan-09 4:42
Aman Bhullar5-Jan-09 4:42 
QuestionLooking for a 'create row' script/component (Classic ASP). AJAX? Pin
wanadoo4-Jan-09 23:35
wanadoo4-Jan-09 23:35 
AnswerRe: Looking for a 'create row' script/component (Classic ASP). AJAX? Pin
Aman Bhullar5-Jan-09 19:22
Aman Bhullar5-Jan-09 19:22 
QuestionRegex Allow only spaces and charcters in a textbox Pin
Member 40066484-Jan-09 19:14
Member 40066484-Jan-09 19:14 
AnswerRe: Regex Allow only spaces and charcters in a textbox Pin
Mohammad Dayyan5-Jan-09 19:26
Mohammad Dayyan5-Jan-09 19:26 
QuestionHow to stop multiple login with same userid and password? - ASP Pin
Jaiprakash M Bankolli2-Jan-09 21:05
Jaiprakash M Bankolli2-Jan-09 21:05 
AnswerRe: How to stop multiple login with same userid and password? - ASP Pin
Aman Bhullar3-Jan-09 5:07
Aman Bhullar3-Jan-09 5:07 
My suggestions are as

1. Add new column in Master table, isLoggedIn(Bool Type)
2. Create New table to keep log of user i.e. when logged in/out.

When Uses logs in the System, LoggedIn bit should be set to 1. When he logs out set this bit to Zero.

Note: The issue with this aproach is that you need to make sure that user always out.


Secondly, you can use a hash table to store the information of logged in user. Place this hash table in Application variable.

When user tries to login, check if he is already logged in or not.
Do add a time stamp of login. Update this timestamp regularly to check whether user is active.
QuestionCSS div padding in IE (7) Pin
Seishin#2-Jan-09 14:41
Seishin#2-Jan-09 14:41 
AnswerRe: CSS div padding in IE (7) Pin
Guffa4-Jan-09 12:22
Guffa4-Jan-09 12:22 
AnswerRe: CSS div padding in IE (7) Pin
Jon Rista6-Jan-09 12:32
Jon Rista6-Jan-09 12:32 
Questiondebugging BHO Pin
Maverickcool2-Jan-09 7:29
Maverickcool2-Jan-09 7:29 
Answer[Message Deleted] Pin
B872-Jan-09 21:29
B872-Jan-09 21:29 
GeneralRe: debugging BHO Pin
Maverickcool4-Jan-09 4:23
Maverickcool4-Jan-09 4:23 
QuestionSIP phone and Flash Pin
bigphish1-Jan-09 21:43
bigphish1-Jan-09 21:43 
AnswerRe: SIP phone and Flash Pin
Aman Bhullar2-Jan-09 1:08
Aman Bhullar2-Jan-09 1:08 
AnswerRe: SIP phone and Flash Pin
sudhir.marni4-Jan-09 18:13
sudhir.marni4-Jan-09 18:13 
AnswerRe: SIP phone and Flash Pin
bigphish12-Feb-09 18:35
bigphish12-Feb-09 18:35 
GeneralRe: SIP phone and Flash Pin
sudhir.marni20-Feb-09 1:08
sudhir.marni20-Feb-09 1:08 
GeneralRe: SIP phone and Flash Pin
sudhir.marni6-May-09 20:39
sudhir.marni6-May-09 20:39 
AnswerRe: SIP phone and Flash Pin
flashphoner30-Jun-10 0:46
flashphoner30-Jun-10 0:46 
AnswerRe: SIP phone and Flash Pin
pavel_ismailov19-Oct-11 3:08
pavel_ismailov19-Oct-11 3:08 
Questionneed to export inherited grid to excel Pin
meg221-Jan-09 19:27
meg221-Jan-09 19:27 
AnswerRe: need to export inherited grid to excel Pin
Abhijit Jana2-Jan-09 3:26
professionalAbhijit Jana2-Jan-09 3:26 
GeneralRe: need to export inherited grid to excel Pin
meg224-Jan-09 17:14
meg224-Jan-09 17:14 

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.