Re: [PHP] PHP authenticating and session management

2001-06-22 Thread Style|warrioR
I'm not quite sure if this is the perfect way cause I'm pretty new to this session stuff, too. but my version looks like this: [login.php] a form with username and password field. submit -- auth.php [auth.php] check if username and password are ok (from a text file or your mysql database)

Re: [PHP] PHP authenticating and session management

2001-06-22 Thread Style|warrioR
interesting question! I'm also interested in it, cause I read somwhere that its possible to kidnap sessions... Bass??? [EMAIL PROTECTED] schrieb in im Newsbeitrag: 9gvt89$pi5$[EMAIL PROTECTED] I have a Q. will the Session ID be stolen by hacker when the ID tranfer bewteen client and server