- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2022 11:01 PM
Hello All,
Please help me understand the use of sp_log table and why are the entries with 'guest' user in that table ?
User was using one report from this table and entries with guest user were also getting added in the report so want to understand completely on why those entries are getting created .
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2022 11:10 PM
Hi
this tables captures the page views of your portal. And the user 'guest' is automatically impersonated in case a user in not logged in.
Kind regards
Maik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2023 09:19 AM
Maik, How can user view the page but not logged in?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2022 11:49 PM
thank you