RE: [PHP-WIN] Authentication Question!

2007-10-09 Thread Gustav Wiberg
iberg'; 'Matthew Gonzales'; 'PHP-Windows Group' Subject: RE: [PHP-WIN] Authentication Question! Gustav, Your statements are not entirely accurate, Cookies are stored IN files on the client HD and can be stored there for a while, they don't do anything to cause unspecifie

RE: [PHP-WIN] Authentication Question!

2007-10-09 Thread Warren Vail
er 09, 2007 11:23 PM To: 'Matthew Gonzales'; 'PHP-Windows Group' Subject: RE: [PHP-WIN] Authentication Question! Hi! For higher security it's generally better to use Sessions BECAUSE Cookies generally stores files on the client hd for a longer time, and it's therefore

RE: [PHP-WIN] Authentication Question!

2007-10-09 Thread Gustav Wiberg
other hand (It depends of the application what you need) Best regards /Gustav Wiberg -Original Message- From: Matthew Gonzales [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 09, 2007 8:23 PM To: PHP-Windows Group Subject: [PHP-WIN] Authentication Question! Hello, Could some one o

[PHP-WIN] Authentication Question!

2007-10-09 Thread Matthew Gonzales
Hello, Could some one offer their opinion one which is better to use when creating a password protected area, a $Cookie or a $Session. I have found alot of info on both and can't really make up my mind. I am running PHP and MySQL on IIS 6.0. Matt G -- Matthew Gonzales IT Professional Specia

[PHP-WIN] Authentication problem under IIS 5

2004-03-24 Thread MW
I recently installed PHP as an ISAPI module under Win2k. I've followed the instructions as listed on the website, and copied php4ts.dll and php4sapi.dll to the winnt/system32 directory (PHP is installed in d:/php) My website is set to use basic authentication. The problem is now that when I acc

[PHP-WIN] Authentication Problem under IIS 5

2004-03-23 Thread MW
I recently installed PHP as an ISAPI module under Win2k. I've followed the instructions as listed on the website, and copied php4ts.dll and php4sapi.dll to the winnt/system32 directory (PHP is installed in d:/php) My website is set to use basic authentication. The problem is now that when I acc

[PHP-WIN] authentication in smtp server

2003-06-19 Thread Felipe Lorente
Hello all, I still have problems with the smtp server that I use to relay my mails, How can I configure the authentification of this server?? In php.ini I can't find any line to set up this information (my login and password). Please, could you help me?? Thanks. Felipe. -- PHP Windows Ma

[PHP-WIN] Authentication

2002-04-23 Thread Nik Alleyne
Hi All, Can anyone tell me how to ensure that all my pages are secure. I know in asp i could have used session("authenticated"). What I wish to do is to ensure when the user views a secure page that he/she has been logged in before. IF they have now, i wish to redirect them to the login.php than

RE: [PHP-WIN] Authentication Scripts

2001-11-19 Thread Ross Fleming
echo ("$password"); to see exactly what is being returned. There might be a being appended to it for some reason... Ross -Original Message- From: Todd Williamsen [mailto:[EMAIL PROTECTED]] Sent: 19 November 2001 03:16 To: [EMAIL PROTECTED] Subject: Re: [PHP-WIN] Authenticati

Re: [PHP-WIN] Authentication Scripts

2001-11-18 Thread Todd Williamsen
> From: Todd Williamsen [mailto:[EMAIL PROTECTED]] > Sent: 18 November 2001 23:19 > To: [EMAIL PROTECTED] > Subject: [PHP-WIN] Authentication Scripts > > > I have been trying to use a script that adds users to the database and this > is what I came up with, which DOES not

RE: [PHP-WIN] Authentication Scripts

2001-11-18 Thread Ross Fleming
From: Todd Williamsen [mailto:[EMAIL PROTECTED]] Sent: 18 November 2001 23:19 To: [EMAIL PROTECTED] Subject: [PHP-WIN] Authentication Scripts I have been trying to use a script that adds users to the database and this is what I came up with, which DOES not work for some unknown reason: I h

[PHP-WIN] Authentication Scripts

2001-11-18 Thread Todd Williamsen
I have been trying to use a script that adds users to the database and this is what I came up with, which DOES not work for some unknown reason: I have been having problems with your script, maybe its me, the hosting provider.. But I need to find out what is what. I have a DB called feminineforu

[PHP-WIN] Authentication

2001-10-15 Thread Sergey Zorchenko
Can anyone advice me any to realize a directory authentication with Apache/php4.0.6/MySQL ? I mean that Apache must to use MySQL database for authentication.. plz :) i have made an 'access.php' that contains: --- function deny() { header("WWW-Authenticate: Basic realm=\

[PHP-WIN] Authentication

2001-04-04 Thread Phil Driscoll
The good news is that I'll soon be able to move the bulk of my stuff away from NT (hurray!), but I am left with the following problem. I need to build a system which handles user authentication via a mysql database - the authentication to be done at the authentication headers level rather than co