Re: [EMAIL PROTECTED] Basic Authentication and mod_auth_mysql form login

2005-10-05 Thread Joshua Slive
On 10/5/05, Boyle Owen <[EMAIL PROTECTED]> wrote: > I think you're talking about cookies... > > A cookie is not really added to the page, rather it is sent to the browser as > part of the response (it is in a header). The browser then sends the same > cookie back with any subsequent requests in

RE: [EMAIL PROTECTED] Basic Authentication and mod_auth_mysql form login

2005-10-04 Thread Boyle Owen
> -Original Message- > From: YEL [mailto:[EMAIL PROTECTED] > Sent: Mittwoch, 5. Oktober 2005 00:37 > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] Basic Authentication and mod_auth_mysql form > login > > > hello everyone, > > i'm using a

[EMAIL PROTECTED] Basic Authentication and mod_auth_mysql form login

2005-10-04 Thread YEL
hello everyone, i'm using apache2 tomcat5 mod_jk i set Basic authentication with mod_auth_mysql to have my users authenticated on a mysql DB. users who try to access restricted areas are than prompted with the standard browser identification pop up window to log in everything works fine and my b