[PHP] Login script, session problem (I think)

2002-01-15 Thread Hawk
I made a simple login script which uses MySQL for username and password retrieval and that stores the username in a session, the problem is that this script only works locally, e.g. I can only login from this computer but not from any other, I have session.use_cookies = 1 and I also have another

Re: [PHP] Login script, session problem (I think)

2002-01-15 Thread Dennis Moore
script, session problem (I think) I made a simple login script which uses MySQL for username and password retrieval and that stores the username in a session, the problem is that this script only works locally, e.g. I can only login from this computer but not from any other, I have