I'm trying to setup php with sessions on my home computer. I've got php working, but I can't seem to get the configuration for sessions right. I know the code works because I've tested against a ...
What I'm trying to do is just store some data in the session. I have a form for the user to login in with, it passes the user name and pass to a loginExec.php<br><br>There it checks to see if the ...