I have set up a members area on a website I am working on. It currently uses sessions to reconize the user is logged in (the session script I am using is a customized version of this script).
I would like it if I could store the username the person enters into the login form into a session so I can call it on another page to display a customized code for that person. Any ideas, I need to get this site up and running soon.