Topic: How to add more values to the cookie?

How do I add more values to the pun-cookie so I can use the same cookie on other pages on my site? for example add the realname in the cookie so I can show it on my page.

Re: How to add more values to the cookie?

That will require modification of quite a few files. login.php, misc.php, profile.php, register.php and include/common.php to be exact. What you want to change is the call to setcookie().

"Programming is like sex: one mistake and you have to support it for the rest of your life."