Jump to content

Sessions & Displaying Names


The Saint

Recommended Posts

interesting question.

 

generally i pull the name from the database and display it on the page. But if you don't want to keep hitting the base for the name everytime you click a page. just put it in a session and call that. don't forget to unset() the session variable when they logout unless you are using that session var on the logout page.

 

you can do either one of these in about 5 lines of code.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.