TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
jeremy harvey
NA
1
0
Check for user.isonline before automatic login?
Jul 24 2009 7:21 AM
Hi All,
I'm trying to stop multiple users logging on to my site using the same user details. I have so far managed to run a test in the
LoggingIn event on the login panel
against the membership database to see if the users "inputed" username is online using user.isonline(username).
This works great and set userIsOnlineTimeWindow in the config to 10. I then stop them logging in, display message and log the Ip and computer name to see if anyone is persistently attempting access the site.
So far so good apart from the users who have saved their login details as a cookie through the remember me.
I basically want to read the username stored in the cookie and again test to see if online before the application automatically logs on the user.
Is their a membership stored procedure I can call to sent the encrypted cookie details to? or way I can achieve this in a fairly simple way?
Any help with this would be much appreciated.
Jeremy
Reply
Answers (
0
)
Help in Paging Through paged data source class...
To update multiple records in a gridview