If you mean user as a regular user in the users table in the DB I would hack up a mod_python handler to look at the hostname, and adjust the session cookie accordingly. see http://svn.zilbo.com/svn/django/snippets/modpython_apacheauth.py for an idea on how to approach this.
if you are talking about user as a completly different site, then mod_mass_vhost (in apache) might be useful to you On 12/20/05, oggie rob <[EMAIL PROTECTED]> wrote: > > Do you mean "Django" users, that are added and edited in the database > (as opposed to OS users)? And how often/how many of these users are you > thinking of managing? > > -rob > > -- [EMAIL PROTECTED] -- blog: http://feh.holsman.net/ -- PH: ++61-3-9877-0909 If everything seems under control, you're not going fast enough. - Mario Andretti

