Re: Greeting Page

From: Henrik Nordstrom <hno@dont-contact.us>
Date: Tue, 25 Jan 2000 22:10:17 +0100

Clemens Martin wrote:

> Is there a way to do this with squid and if so how?

You need a redirector with a shared data base keeping track of which
users are "logged in" or not.

Then on the first request from a user previously not "logged in", mark
the user as logged in, and send a temporary redirect to your welcome
page with the intended destination as a parameter.

Then at the server generating the welcome page, use the parameter to
construct a Refresh header for reloading the page, or JavaScript for
opening a new window.

But beware of non-browsers using your system.
* Outlook WebMail users
* Various automated update agents
* Other programs using HTTP for fetching things

--
Henrik Nordstrom
Squid hacker
Received on Tue Jan 25 2000 - 14:25:17 MST

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:50:42 MST