Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

sharepoint logins

0 views
Skip to first unread message

krasman

unread,
Jan 30, 2009, 6:34:16 AM1/30/09
to

hi,

i need some help in two subjects:
1) it's possible to get a list of all users currently logged in to
sharepoint?
2) i need to prevent the same login to have multiple sessions in sharepoint
(different browser's opened with the same login) is this possible?


TIA

kras


Stephen Woodard[MS]

unread,
Jan 30, 2009, 2:55:41 PM1/30/09
to
The features you mentioned are not available out-of-the-box in WSS. I am
also unsure off the top of my head any 3rd part applications that might
help.

I would post this in the dev group and see if they can direct you to
something that might meet your needs.

-Stephen

http://blogs.technet.com/stewood

itguys...@gmail.com

unread,
Feb 8, 2009, 3:56:18 AM2/8/09
to
I stumbled on some kind of 3rd party tool which claims provide such
features you look for. But sorry I can not remember it. Do some google
work perhaps you can find it.

Tobias Karlsson

unread,
Feb 11, 2009, 8:24:17 AM2/11/09
to
I sure hope I'm replying the right way around here, never used these groups
before.

The way I do it is using the ASP.NET Cache. When a user logs in I check the
Cache using his username as the key. If an items exists we know that the
user is already logged in. After logging in, create a new cache item with
the username as key and set a sliding expiration of Session.Timeout.
Then add Application_PreRequestHandlerExecute to Global, and retrieve the
cache item. Since this handler is executed on each request, it will reset
the expiration value.

If you want more than one login, but still want to limit them, you can store
a counter in the cache, and increase/decrease on logout.

Hope that helps

Sincerely,
Tobias Karlsson

"krasman" <kra...@hotmail.com> skrev i meddelandet
news:uIWUw6sg...@TK2MSFTNGP04.phx.gbl...

0 new messages