Print Page | Close Window

How to see if user is logged in - which variable?

Printed From: Web Wiz Forums
Category: Web Wiz Web App Support Forums
Forum Name: Web Wiz Forums
Forum Description: Support forum for Web Wiz Forums application.
URL: https://forums.webwiz.net/forum_posts.asp?TID=27564
Printed Date: 02 April 2026 at 2:39pm
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: How to see if user is logged in - which variable?
Posted By: klr3
Subject: How to see if user is logged in - which variable?
Date Posted: 12 July 2009 at 11:11am
Hi!
 
For a dynamic menu, includede in the forum header/top, where different links are displayed in case where the user is logged in or not, I wounder if anyone could tell me what variable in the forum tells if the user is logged in or not?
 
In the earlier versions of WWF the variable "Status = True" told me if the user was logged in, but I can“t really find the same in WWF 9.60.
 
Thanks for you reply! Wink



Replies:
Posted By: Scotty32
Date Posted: 12 July 2009 at 5:21pm
if you want to know if the visitor to your page is a member logged in you can do:

if lngLoggedInUserID <> 2 then
   logged in
else
   guest
end if


If you want to know if a different user is logged in, it would be different


-------------
S2H.co.uk - http://www.s2h.co.uk/wwf/" rel="nofollow - WebWiz Mods and Skins

For support on my mods + skins, please use http://www.s2h.co.uk/forum/" rel="nofollow - my forum .


Posted By: klr3
Date Posted: 13 July 2009 at 5:54am
Arhhh... Wink
 
Thanks!



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net