View Single Post
  #5 (permalink)  
Old 11-05-2004, 06:05 PM
kiltannen kiltannen is offline
Junior Member
 
Join Date: Oct 2004
Posts: 9
Originally Posted by genoxide
I preffer this way because is more fast and it doesn't need all those functions to get the cookies etc. Like i did in my project one global getusrinfo($user); so it won't need it all the time and i'm setting the $userinfo array as global.
After some delay I am working on this again

So I now have another question that I hope someone can help with...

I am now getting this error message:
Code:
Fatal error: Call to undefined function: getusrinfo() in /home/kdp008/public_html/modules/GenAdmin/checklogin.php on line 6
In essence - My app has some processing scripts which do not act within the "nuke" environment. BUT they have need for some of the user variables - so maybe I do need to be do this using the cookie?

I am thinking I would like to add some extra information to the cookie that is used by nuke & then I xan possibly use the "cookiedcode" function almost as a standalone to pull data out of the current cookie...

Even after looking at the code above I am not sure of how to add extra fields to be stored in the cookie - does anybody have some ideas?

kilt
Reply With Quote