PHP Code:
if (($bbuserinfo['userid']>0) || ($bbuserinfo['userid']>USERGROUPNUMBER))
Try that
Quote:
Originally Posted by glo
Hi Mist,
Couldnt find the reference about cookies in that thread!
Could you help me out!
Which is better? Cookies or sessions?
What does vbulletin use as standard?
|
Cookies
- Keeps your login information stored on the local system
- User can close browser and come back to site and still be logged in
- User must have cookies enabled on their web browser options
Sessions
- Every browser generally supports this without options being on or off
- The session is lost when the web browser is closed, logging them out