- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-08-2022 07:30 AM
How to check a user is logged in or not
Solved! Go to Solution.
- Labels:
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-08-2022 07:32 AM
We can go to the user record and checked last login field
If you want to check whether a user is logged at the moment, then we have a method isLoggedIn
you can use gs.isLoggedIn(); //it will return true if the user is logged in
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-08-2022 07:32 AM
We can go to the user record and checked last login field
If you want to check whether a user is logged at the moment, then we have a method isLoggedIn
you can use gs.isLoggedIn(); //it will return true if the user is logged in