Odd Apache::AuthCookie error

Scott McWhirter scott at kungfuftr.com
Tue Jul 23 07:28:35 CDT 2002


On Tue, Jul 23, 2002 at 12:03:03PM +0100, Marty Pauley wrote:
> > Thing is i have this in my apache config:
> >     PerlModule Scott::Session::Auth
> >     PerlSetVar ScottPath /
> >     PerlSetVar ScottLoginScript /login
> >     PerlSetVar ScottSecure 0
> >     PerlSetVar ScottDomain .mygig.co.uk
> >     PerlSetVar ScottCache 0
> >     PerlSetVar ScottExpires +7d
> 
> You haven't shown us all the relevant configuration.  In particular,
> you have omitted the AuthName and AuthType directives.
> I suspect that you have
>         AuthName Scott::Session::Auth
> somewhere; you should have
>         AuthName Scott
You were correct, i now have:
AuthType Scott::Session::Auth
AuthName Scott

But now when i try to login it's not doing anything, just as if the page
refreshed. 
<form action="/LOGIN" method="post">
  email: <input type="text" name="credential_0" maxchars="80"><br>
  password: <input type="password" name="credential_1" maxchars="30"><br>
  <input type="hidden" name="destination" value="/">
  <input type="submit" value="  Login  ">
</form>

Thanks,


-- 
-Scott McWhirter- | -kungfuftr-
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 232 bytes
Desc: not available
Url : http://mail.pm.org/archives/belfast-pm/attachments/20020723/95f56f34/attachment.bin


More information about the Belfast-pm mailing list