CodeVerge.Net
Beta
Explore
Item Entry
Members
Register
Login
NEWSGROUP
.NET
Algorithms-Data Structures
Asp.Net
C Plus Plus
CSharp
Database
HTML
Javascript
Linq
Other
Regular Expressions
VB.Net
XML
Free Download:
Zone:
>
NEWSGROUP
>
Asp.Net Forum
>
general_asp.net.security
Tags:
Item Type:
NewsGroup
Date Entered:
6/27/2006 12:23:09 PM
Date Modified:
Subscribers:
0
Subscribe Alert
Rate It:
(NR, 0)
XPoints:
N/A
Replies:
3
Views:
20
Favorited:
0
Favorite
Can Reply:
No
Members Can Edit:
No
Online:
Yes
4 Items, 1 Pages
Sort By
Date Dsc
Date Asc
Votes Dsc
Votes Asc
1
|<
<<
Go
>>
>|
trom
Asp.Net User
Is it possible to find out which users are logged into my asp.net application
6/27/2006 12:23:09 PM
0/0
Is it possible to find out which users are logged into my asp.net application
mjhoagland
Asp.Net User
Re: Is it possible to find out which users are logged into my asp.net application
6/27/2006 1:19:37 PM
0/0
You would need to write that functionality into your application. When they login you would need to write date/time info with their username or user id to a database, text file, xml document or some other data store.
zhuhua1006
Asp.Net User
Re: Is it possible to find out which users are logged into my asp.net application
6/28/2006 1:48:36 AM
0/0
MembershipUser.IsOnline Property will help you.
http://msdn2.microsoft.com/en-us/library/system.web.security.membershipuser.isonline.aspx
Actually, if you understand how IsOnline property works (it is mentioned in the above link), you can write your own code to query the database to get that info more easily.
mjhoagland
Asp.Net User
Re: Is it possible to find out which users are logged into my asp.net application
6/28/2006 6:28:28 AM
0/0
I'm sorry. When I first read your post I thought you said you wanted to find out whose logged on before, not who's logged on now. An alternative to zhuhua1006's recommendation would be to add an IsOnline field to your user's table and set it to 1 or 0 whenever they logon or off, respectively. Not saying mine is better. Though if you're using .Net 2.0 and the IsOnline functionality is available to you then ASP.Net is probably the more efficient route to take.
4 Items, 1 Pages
Sort By
Date Dsc
Date Asc
Votes Dsc
Votes Asc
1
|<
<<
Go
>>
>|
Free Download:
Web:
ASP.NET 2.0 can I tell how is currently logged into my web app?
Nov 27, 2006 ... Is it possible to tell what users are currently logged into my web app? ... I want to find out if any users are logged in before I upload. ...
to find out logged in users into an application. - Users Online ...
to find out logged in users into an application. Hi,. I have created an asp.net webapplication in visual studio 2005 ,i need to find out how ...
Don’t run production ASP.NET Applications with debug=”true ...
So is this not possible with an ASP.NET Web site? .... Since I have to publish the fixes when there are users logged into my website. ...
Step-by-Step Guide to Integrating OpenAuth into Your ASP.NET ...
Sep 21, 2007 ... Because the Web is inherently multi-user, any application you build is going to require managing a list of users. For ASP.NET programmers ...
Integrate Passport authentication into your ASP.NET applications
If you are planning to roll out a production version of your ASP.NET application (which will essentially make it accessible to all Passport users), ...
Use Less Code to Secure ASP.NET Applications
NET Whidbey. I'll start out with my sample newsletter application, .... you want to display to anonymous users (not logged in yet) or authenticated users. ...
Understanding ASP.NET Impersonation Security - Rick Strahl's Web Log
First, to find out exactly which account your ASP.NET application runs ..... When I run the code on my local development machine (to which I am logged into ...
ASP.NET - How To Track Website Users Logged In | DreamInCode.net
Join and find out why Dream.In.Code is the #1 programming help ... built websites before in classic ASP, where users are kept logged into a ...
Troubleshooting Session Related Issues in ASP.NET: ASP Alliance
So, I am now keen to find out if all the users get logged out at the same time, it is problem ... I've deployed 2 same Asp.Net application on my machine, ...
Users, Sessions, Applications and Queues: Peaking the Architecture ...
In this article, Peter takes a top-down view on ASP.NET applications. ... If you want to find out how all of that works you are welcome to read my article ...
Search This Site:
Invite
History
Resources
SiteMap
dnn for car dealerships
module development documentation...
porblems creating a new web project
copying files
forums web site
how to do unit testing using teams foundation server..?
i need the header to remain stationary when page scrolls...
visual web developer db question
website navigation
asp:hyperlink questions
after loggedin it must open the site on fullscreen!
how to stop downloding xls files but can only view from asp.net website?
forms authentication with active directory
vs 2005 settings problem
what is applicationname property used for in providers?
controlparameter with loginname
session_end event
replace a with b
help with navigateurl in html
requiredfieldvalidation??
display .net colors free module
user registration error
dnn cost
web control does net load display
reset user passowrd
error with private assemblies
flash object in c#
open source web templates
a few questions
feedback form problem: help with code
All Times Are GMT