<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    On 08/17/2015 05:02 PM, Tim Dunphy wrote:<br>
    <span style="white-space: pre;"><br>
      ><br>
      > So I think I need to find a way to preserve the cookie that's
      being used to identify the user at the end of the URL, which I'm
      pretty sure will be a random string. Can you help me find a way to
      do this?<br>
      ><br>
      > Thanks,<br>
      > Tim<br>
      ><br>
      > On Mon, Aug 17, 2015 at 2:24 AM, Geoff Simmons
      <<a class="moz-txt-link-abbreviated" href="mailto:geoff@uplex.de">geoff@uplex.de</a> <a class="moz-txt-link-rfc2396E" href="mailto:geoff@uplex.de"><mailto:geoff@uplex.de></a>> wrote:<br>
      ></span><br>
    <br>
    <br>
    maybe you have a  unset req.http.Cookie; that shouldn't be called
    when a user is logged in/going to login.<br>
    <br>
    Maybe try to find a way to always call (pass) when a user is logged
    in. I think you 'd be better of not caching when a user is logged
    in.<br>
    Of course we don't know the use case of your mediawiki, nor do I
    know mediawiki myself . <br>
    <br>
    <br>
    Regards<br>
    Balder<br>
  </body>
</html>