Web application

2002-04-10 Thread Kenneth E. Lussier
Hi All, Along the lines of the webmail comments made earlier, I was wondering something. I am looking to impliment several web-based applications in my company: Groupware, project management, file management, password management, leads tracking, etc. I have found several (thousand) applications

Re: Web application

2002-04-10 Thread Thomas Charron
Quoting Kenneth E. Lussier [EMAIL PROTECTED]: However, they all suffer from one problem: They all require authentication. This means users would have to log into each individual application seperately. What I would like to do is have a single login page that then passes the users

Re: Web application

2002-04-10 Thread Mark Komarinski
If you created www.foo.com/secure that was password-protected, the password/username gets passed back and forth for each page underneath it (http://httpd.apache.org/docs/howto/auth.html#basiccaveat) The referenced page mentions this as a caveat for basic auth, but probably is true no matter what

Re: Web application

2002-04-10 Thread Andrew W. Gaunt
Perhaps something like this: htdocs _| / \ || Public Private (No authentication)(Authenticate users at) | (this level with .htaccess)

Re: Web application

2002-04-10 Thread Kenneth E. Lussier
On Wed, 2002-04-10 at 11:18, Mark Komarinski wrote: If you created www.foo.com/secure that was password-protected, the password/username gets passed back and forth for each page underneath it (http://httpd.apache.org/docs/howto/auth.html#basiccaveat) The referenced page mentions this as a

Re: Web application

2002-04-10 Thread John Abreau
Kenneth E. Lussier [EMAIL PROTECTED] writes: However, they all suffer from one problem: They all require authentication. This means users would have to log into each individual application seperately. What I would like to do is have a single login page that then passes the users

Re: Web application

2002-04-10 Thread John Abreau
Kenneth E. Lussier [EMAIL PROTECTED] writes: something. I am looking to impliment several web-based applications in my company: Groupware, project management, file management, password management, leads tracking, etc. I have found several (thousand) applications that meet our needs from