<div dir="ltr"><div dir="ltr"><div>Certainly could put</div><div><br></div><div> if($Pragma->{session_remote_user} and defined $CGI::user and $CGI::user) {<br> $host = escape_chars($CGI::user);<br> }<br> elsif($Pragma->{session_remote_user} and $CGI::cookieuser) {<br> $host = $CGI::cookieuser;<br> }<br> elsif($CGI::cookiehost) {<br> $host = $CGI::cookiehost;<br> }<br></div><div><br></div></div><div>and allow for any users where this would break them. Though I doubt there would be any.<br></div><div><br></div><div><div><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, Apr 5, 2020 at 4:35 PM Mark Johnson <<a href="mailto:mark@endpoint.com">mark@endpoint.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">I'd like to propose removing the inclusion of REMOTE_USER when present<br>
from Vend::Session::session_name(). I have had occasion where it has<br>
caused trouble for me and needed to by-pass, and I'm not aware of any<br>
value added by having it there.<br>
<br>
Thanks,<br>
Mark<br>
_______________________________________________<br>
interchange-users mailing list<br>
<a href="mailto:interchange-users@interchangecommerce.org" target="_blank">interchange-users@interchangecommerce.org</a><br>
<a href="https://www.interchangecommerce.org/mailman/listinfo/interchange-users" rel="noreferrer" target="_blank">https://www.interchangecommerce.org/mailman/listinfo/interchange-users</a><br>
</blockquote></div><br clear="all"><br>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr"><div>Just because something is obviously happening doesn't mean something<br>obvious is happening. --Larry Wall<br></div></div></div></div></div></div>