Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Facebook Sign In with Google Sign In with OpenID Sign In with Twitter

In this Discussion

Solved: The shortest way to detect Guest in the code

   if (!Gdn::Session()->IsValid()) 
   {
      $res .= ' (GUEST)';
   }
Sign In or Register to comment.