[ic] Patch: Remove REMOTE_USER From Session Name

Mark Johnson mark at endpoint.com
Mon Apr 6 14:33:07 UTC 2020


On 4/5/20 4:57 PM, Mike Heins wrote:
>> I'd like to propose removing the inclusion of REMOTE_USER when
>> present from Vend::Session::session_name(). I have had occasion
>> where it has caused trouble for me and needed to by-pass, and I'm
>> not aware of any value added by having it there.
>> Certainly could put> >  if($Pragma->{session_remote_user} and defined
$CGI::user and $CGI::user) {>         $host = escape_chars($CGI::user);>
    }>     elsif($Pragma->{session_remote_user} and $CGI::cookieuser) {>
        $host = $CGI::cookieuser;>     }>     elsif($CGI::cookiehost) {>
        $host = $CGI::cookiehost;>     }> > and allow for any users
where this would break them. Though I doubt there> would be any.
That works for me since my personal interest is seeing it off by
default. Thanks, Mike, for your input.

Regards,
Mark


More information about the interchange-users mailing list