commit: gollem login.php gollem/lib Gollem.php

chuck@horde.org chuck@horde.org
20 Jan 2001 20:57:40 -0000


chuck       2001/01/20 12:57:40 PST

  Modified files:
    .                    login.php 
    lib                  Gollem.php 
  Log:
  set the password key _on_ the login page. This fixes a problem on some servers
  (IIS, at least), where setting a cookie and then sending a redirect on the same
  page causes the cookie not to take. When this happened, the password key wouldn't
  be set, so the login attempt would fail.
  
  Also fixed a redirect loop on login failures. =)
  
  Revision  Changes    Path
  1.5       +6 -1      gollem/login.php
  1.7       +4 -4      gollem/lib/Gollem.php