The CreatorCon Call for Content is officially open! Get started here.

what is the exact use of sp_log table and there are few entries in this table with user as 'guest' why are those created

RC19
Tera Contributor

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 .

1 ACCEPTED SOLUTION

Maik Skoddow
Tera Patron
Tera Patron

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

View solution in original post

6 REPLIES 6

Maik, How can user view the page but not logged in? 

Yash sharma3
Tera Contributor

thank you