Sys.Services.AuthenticationService.get_isLoggedIn() missing

Posted by Community Admin on 03-Aug-2018 10:11

Sys.Services.AuthenticationService.get_isLoggedIn() missing method / check whether user is logged in from javascript

All Replies

Posted by Community Admin on 22-May-2012 00:00

Does Sitefinity modify AuthentificationService javascript object? In regular ASP.NET app I can access isLoggedIn method howerver when using Sitefinity it seems there are only two methods:

  1. _setAuthenticatedfunction (a) this._auth = a
  2. set_pathfunction wb(a) this._path = a
how can I check whether the user is logged in or not in javascript?

This thread is closed