User Variables Not Being Set
Posted: 20 Feb 2011, 06:45
In my extension I have the following coding:
The sHeadItem variable receives a value from a database, as well as the sBodyItem.
The userObj and uVars are not null, so I don't see why the user variables aren't being set.
I know they are not being set because I don't see the update on the AdminTool.
Can anyone tell me what they think might be the problem?
Code: Select all
...
uVars.headItem = sHeadItem;
uVars.bodyItem = sBodyItem;
...
_server.setUserVariables(userObj, uVars);The userObj and uVars are not null, so I don't see why the user variables aren't being set.
I know they are not being set because I don't see the update on the AdminTool.
Can anyone tell me what they think might be the problem?