How to show how many users are logged in sharepoint online
up vote
4
down vote
favorite
I have a requirement like want to show how many users are currently logged in the sharepoint online site and how long they are accessing it.Is there any OOTB feature available for this or any custom solution to achieve this in the Sharepoint online site. Any suggestions would be helpful. thanks in advance.
sharepoint-online office-365-developer
add a comment |
up vote
4
down vote
favorite
I have a requirement like want to show how many users are currently logged in the sharepoint online site and how long they are accessing it.Is there any OOTB feature available for this or any custom solution to achieve this in the Sharepoint online site. Any suggestions would be helpful. thanks in advance.
sharepoint-online office-365-developer
2
blog.furuknap.net/…
– Fox
5 hours ago
add a comment |
up vote
4
down vote
favorite
up vote
4
down vote
favorite
I have a requirement like want to show how many users are currently logged in the sharepoint online site and how long they are accessing it.Is there any OOTB feature available for this or any custom solution to achieve this in the Sharepoint online site. Any suggestions would be helpful. thanks in advance.
sharepoint-online office-365-developer
I have a requirement like want to show how many users are currently logged in the sharepoint online site and how long they are accessing it.Is there any OOTB feature available for this or any custom solution to achieve this in the Sharepoint online site. Any suggestions would be helpful. thanks in advance.
sharepoint-online office-365-developer
sharepoint-online office-365-developer
asked 5 hours ago
Parthasarathy
314
314
2
blog.furuknap.net/…
– Fox
5 hours ago
add a comment |
2
blog.furuknap.net/…
– Fox
5 hours ago
2
2
blog.furuknap.net/…
– Fox
5 hours ago
blog.furuknap.net/…
– Fox
5 hours ago
add a comment |
1 Answer
1
active
oldest
votes
up vote
5
down vote
There is no OOB solution of determining how many people are currently logged into SharePoint.
SharePoint is a web technology, which means it is connectionless by design. So there really isn't such a thing as the number of users being logged on being tracked by the server.
You need to either get the 3rd party solution or developed your own solution.
(you can refer to the article provided by Fox )
+1, thanks to provided by Fox :))
– Fox
5 hours ago
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
5
down vote
There is no OOB solution of determining how many people are currently logged into SharePoint.
SharePoint is a web technology, which means it is connectionless by design. So there really isn't such a thing as the number of users being logged on being tracked by the server.
You need to either get the 3rd party solution or developed your own solution.
(you can refer to the article provided by Fox )
+1, thanks to provided by Fox :))
– Fox
5 hours ago
add a comment |
up vote
5
down vote
There is no OOB solution of determining how many people are currently logged into SharePoint.
SharePoint is a web technology, which means it is connectionless by design. So there really isn't such a thing as the number of users being logged on being tracked by the server.
You need to either get the 3rd party solution or developed your own solution.
(you can refer to the article provided by Fox )
+1, thanks to provided by Fox :))
– Fox
5 hours ago
add a comment |
up vote
5
down vote
up vote
5
down vote
There is no OOB solution of determining how many people are currently logged into SharePoint.
SharePoint is a web technology, which means it is connectionless by design. So there really isn't such a thing as the number of users being logged on being tracked by the server.
You need to either get the 3rd party solution or developed your own solution.
(you can refer to the article provided by Fox )
There is no OOB solution of determining how many people are currently logged into SharePoint.
SharePoint is a web technology, which means it is connectionless by design. So there really isn't such a thing as the number of users being logged on being tracked by the server.
You need to either get the 3rd party solution or developed your own solution.
(you can refer to the article provided by Fox )
answered 5 hours ago
imp. MSFT
70625
70625
+1, thanks to provided by Fox :))
– Fox
5 hours ago
add a comment |
+1, thanks to provided by Fox :))
– Fox
5 hours ago
+1, thanks to provided by Fox :))
– Fox
5 hours ago
+1, thanks to provided by Fox :))
– Fox
5 hours ago
add a comment |
Thanks for contributing an answer to SharePoint Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsharepoint.stackexchange.com%2fquestions%2f254167%2fhow-to-show-how-many-users-are-logged-in-sharepoint-online%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
2
blog.furuknap.net/…
– Fox
5 hours ago