Hi,

I would like to implement sessions using only $ENV{REMOTE_USER} as the
session key as described on page 259 (Ch. 5) of the Eagle book.

I'm trying to use Apache::Session::MySQL.  Since I'm generating my own
session key outside of Apache::Session (using $ENV{REMOTE_USER}), what
method(s) do I have to override to prevent Apache::Session from trying
to create a session key for me?  Since I'm not using Apache::Session's
key generation capability, is there another implementation that would be
more appropriate for my application?

(Sorry, if this is OT.)

TIA,

Brian

Reply via email to