Re: user should not logged in more than one using diffferent machins o
- From: Vadivel Kumar <vadivelk@xxxxxxxxxxxx>
- Date: Wed, 23 Aug 2006 17:34:23 +0530
Added to that, you can always check the current session id is present in the database against the user who is trying to login, if it is not there you can allow him to logon otherwise, the user is logged in regardless of same machine or different machine.
Thanks,
--
Vadivel Kumar
http://www.vadivelk.net
vadi@xxxxxxxxxxxxxxxxxxx (remove "online.")
Augustin Prasanna wrote:
Hi,.
you can handle this using session_end handler (global.asax).
check out this article: http://www.eggheadcafe.com/articles/20030418.asp
Regards,
Augustin
http://augustinprasanna.blogspot.com
"_thedebugger" wrote:
Dear friends,
I am developing one shopping cart application. My requirement is if user logged in one machine, he should not logged into from another db.
how should I do that. I am using sql server 2000 to store user database.
Problem is if user clsoes the browser then how can I check and clear the session?
wiating for your reply
Regards
Sachin krogaonkar
- References:
- user should not logged in more than one using diffferent machins on website
- From: _thedebugger
- user should not logged in more than one using diffferent machins on website
- Prev by Date: Re: Execute Stored Procedure
- Next by Date: Re: Writing data to a file from ASP.NET?
- Previous by thread: user should not logged in more than one using diffferent machins on website
- Next by thread: itextsharp and Multiple Font types in a Table Cell
- Index(es):
Relevant Pages
|