J?rg Walter: > > <LOCATION /protected> > > AuthType Apache::AxKit::Plugin::Session > > AuthName AxKitSession > > you are missing a 'require valid-user', or any require line at all, otherwise > the auth handlers will not be called by apache.
I was having the same trouble - no sessions ever being created. I added the lines as you suggested, and I also tried the configuration you are using on your live server. However, I keep getting a redirect loop: HEAD http://chinstrap.oucs.ox.ac.uk/session.xsp 302 Found Cache-Control: no-cache Connection: close Date: Mon, 13 May 2002 11:01:43 GMT Pragma: no-cache Location: /session.xsp Server: Apache/1.3.20 (Unix) Debian/GNU AxKit/1.52 mod_perl/1.25 Content-Type: text/html Expires: Mon, 13 May 2002 11:01:43 GMT Client-Date: Mon, 13 May 2002 11:01:43 GMT Client-Peer: 163.1.2.83:80 Client-Warning: Redirect loop detected Set-Cookie: Apache::AxKit::Plugin::Session_AxKitSessionReason=no_session_provided; domain=chinstrap.oucs.ox.ac.uk; path=/; expires=Tue, 14-May-2002 11:01:43 GMTSet-Cookie: Apache::AxKit::Plugin::Session_AxKitSessionReason=bad_session_provided; domain=chinstrap.oucs.ox.ac.uk; path=/; expires=Tue, 14-May-2002 11:01:43 GMT Title: 302 Found URI: /session.xsp However, since this is a redirect back to itself, the browser refuses to load it. I don't want to use sessions for authentication, just for maintaining state. -- There is no gratitude - only irritation if, for any reason, the newly invented conveniences break down. Men don't spend their time thanking God for cars; they only curse when the carburettor is choked. -- Aldous Huxley --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
