[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
session on the page that stores a counted var so the counter doesn't jump up
everytime someone changes page.
The thing confusing me is that the counter session works global but the
login only works local..

Does anyone have an idea how I should solve this? I'm not so good with php
yet so I might have missed something, but i think it's wierd anyway... :p

please reply as soon as possible. :)

Hawk



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




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

2002-01-15 Thread Dennis Moore

More information is needed... what version of PHP are your running?   I bit
of sample code on how you set up your sessions would also be helpful...

/dkm

- Original Message -
From: Hawk [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, January 15, 2002 11:19 AM
Subject: [PHP] Login 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 session.use_cookies = 1 and I also have another
 session on the page that stores a counted var so the counter doesn't jump
up
 everytime someone changes page.
 The thing confusing me is that the counter session works global but the
 login only works local..

 Does anyone have an idea how I should solve this? I'm not so good with php
 yet so I might have missed something, but i think it's wierd anyway... :p

 please reply as soon as possible. :)

 Hawk



 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 To contact the list administrators, e-mail: [EMAIL PROTECTED]



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]