Welcome to the nuBuilder Forums!

Register and log in to access exclusive forums and content available only to registered users.

Hash Cookie USER_GROUP_ID

Questions related to using nuBuilder Forte.
Post Reply
markzeryk
Posts: 17
Joined: Sat Nov 02, 2019 8:07 am

Hash Cookie USER_GROUP_ID

Unread post by markzeryk »

Hi,

What is the meaning of the Hash Cookie USER_GROUP_ID ?

https://wiki.nubuilder.cloud/ ... sh_Cookies
kev1n
nuBuilder Team
Posts: 4307
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 71 times
Been thanked: 448 times
Contact:

Re: Hash Cookie USER_GROUP_ID

Unread post by kev1n »

Hi,

From nucommon.php:

Code: Select all

$A['USER_GROUP_ID']			= $j->session->zzzzsys_access_id;
This is the id of the ACCESS LEVEL of the logged in user.
Post Reply