Page 1 of 1

ANYONE?

PostPosted: 05. January 2006 00:10
by sa3bin
ive installed the signup/login script. works great, question....
once inside welcome page all a user needs to do is add welcome page to favs and no need to log in at all, how can i fix this to where each page looks to make sure that user is loged on? in NEWBEE terms please, exact code??
i did not instal the update profile script along with the signup-login ! help please.

still no replies?

PostPosted: 05. January 2006 22:31
by sa3bin
:? no 1 has an answer to this question? :roll:

PostPosted: 05. January 2006 23:21
by cj_nza
It is not clear what you are looking for.

ive installed the signup/login script. works great

Does your login script tell you when someone is in fact logged in and are you able to propogate that fact from request to request? (This is normally done through sessions.)

So visit php.net and read up on sessions and how you can implement them. Read up on cookies (to allow return visitors to visit without new login).

Also visit http://phpsec.org/library/ and http://phpsec.org/projects/guide/ for some principles and samples.