Click here to Skip to main content
15,921,028 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionDeleting session id's created by browsers on server's end Pin
shankbond12-Aug-09 2:13
shankbond12-Aug-09 2:13 
Hi,



I am having a web application, which can be accessed by different users based on their userid's and passwords.



Now I want to prevent user 1 from accessing the application from more than one system.

In order to prevent this I have created a table with three columns as :

userid password flag



with flag having two values (true, false)

true means that user is logged in

false means looged off





session id generated by the server when the session is created

SESSION.SESSIONID gets the id generated on the IIS.

reference: http://msdn.microsoft.com/en-us/library/ms524326.aspx



now how can I delete it?

so that there can be only one user per user id.

am I right in achieving the goal?

I don't want to use Asp.net MembershipProvider.



thanks
AnswerRe: Deleting session id's created by browsers on server's end Pin
Mike Ellison12-Aug-09 2:38
Mike Ellison12-Aug-09 2:38 
GeneralRe: Deleting session id's created by browsers on server's end Pin
shankbond12-Aug-09 4:08
shankbond12-Aug-09 4:08 
AnswerRe: Deleting session id's created by browsers on server's end Pin
Abhijit Jana12-Aug-09 4:01
professionalAbhijit Jana12-Aug-09 4:01 
GeneralRe: Deleting session id's created by browsers on server's end Pin
shankbond12-Aug-09 4:19
shankbond12-Aug-09 4:19 
AnswerRe: Deleting session id's created by browsers on server's end Pin
Abhijit Jana12-Aug-09 4:34
professionalAbhijit Jana12-Aug-09 4:34 
AnswerRe: Deleting session id's created by browsers on server's end Pin
yesu prakash12-Aug-09 18:40
yesu prakash12-Aug-09 18:40 
GeneralRe: Deleting session id's created by browsers on server's end Pin
shankbond12-Aug-09 22:47
shankbond12-Aug-09 22:47 
Questionhow to get node value from var containing xml file data using java script Pin
trilokharry12-Aug-09 2:05
trilokharry12-Aug-09 2:05 
AnswerRe: how to get node value from var containing xml file data using java script Pin
Mike Ellison12-Aug-09 2:31
Mike Ellison12-Aug-09 2:31 
GeneralRe: how to get node value from var containing xml file data using java script Pin
trilokharry12-Aug-09 2:48
trilokharry12-Aug-09 2:48 
GeneralRe: how to get node value from var containing xml file data using java script Pin
gottimukkala12-Aug-09 3:14
gottimukkala12-Aug-09 3:14 
GeneralRe: how to get node value from var containing xml file data using java script Pin
trilokharry12-Aug-09 3:55
trilokharry12-Aug-09 3:55 
QuestionDesigning templates Pin
4anusha412-Aug-09 1:56
4anusha412-Aug-09 1:56 
AnswerRe: Designing templates Pin
Mike Ellison12-Aug-09 2:30
Mike Ellison12-Aug-09 2:30 
AnswerRe: Designing templates Pin
4anusha412-Aug-09 2:42
4anusha412-Aug-09 2:42 
QuestionUsercontrol+placeholder Pin
Ramkumar_S12-Aug-09 1:31
Ramkumar_S12-Aug-09 1:31 
AnswerRe: Usercontrol+placeholder Pin
Mike Ellison12-Aug-09 2:29
Mike Ellison12-Aug-09 2:29 
Questionhebrew and mail Pin
polycom12312-Aug-09 1:21
polycom12312-Aug-09 1:21 
AnswerRe: hebrew and mail Pin
Abhishek Sur12-Aug-09 4:09
professionalAbhishek Sur12-Aug-09 4:09 
QuestionUpdate panel problem Pin
muniratnam12-Aug-09 1:20
muniratnam12-Aug-09 1:20 
AnswerRe: Update panel problem Pin
4anusha412-Aug-09 1:22
4anusha412-Aug-09 1:22 
GeneralRe: Update panel problem Pin
muniratnam12-Aug-09 1:40
muniratnam12-Aug-09 1:40 
QuestionRestricting GridView.ImageField size for image display Pin
Chesnokov Yuriy12-Aug-09 1:03
professionalChesnokov Yuriy12-Aug-09 1:03 
AnswerRe: Restricting GridView.ImageField size for image display Pin
Mike Ellison12-Aug-09 2:28
Mike Ellison12-Aug-09 2:28 

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.