<div dir="ltr">Thanks Alan. Should I turn this into a ticket on github?<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Dec 12, 2014 at 12:59 PM, Alan DeKok <span dir="ltr"><<a href="mailto:aland@deployingradius.com" target="_blank">aland@deployingradius.com</a>></span> wrote:<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Dec 12, 2014, at 12:23 PM, Chris Arg <<a href="mailto:grkcharge@gmail.com">grkcharge@gmail.com</a>> wrote:<br>
> Quick overview of what I think/see is happening. I'm sure it's wrong so please correct me.<br>
><br>
> Packet 8 comes in. Post-Proxy is run and the update to outer.session-state happens. Access-Challenge is sent and the state is cached.<br>
> Packet 9 comes in. It's an Access-Request packet which triggers the previously cached information to be retrieved. This packet only gets to the authenticate section before a new Access-Challenge is sent causing the current state to be cached.<br>
> Packet 10 comes in. It's an Access-Request which retrieves the previous state information. Post-Auth in sites-enabled/default is ran which executes update for &reply: += &session-state:. This results in a No attributes updated because the previous state didn't have any.<br>
<br>
</span>  No.  The “session-state” attributes are tracked across multiple packets.  They are NOT tied to a particular “State” attribute.<br>
<br>
  Please read the comments about “session-state” in the configuration files.<br>
<br>
  If there are no attributes cached in the “session-state” list, then there may be a bug in the code.<br>
<br>
  The debug output looks suspicious.  It runs the inner-tunnel EAP method, and then *nothing* else before it sends the Access-Challenge.<br>
<br>
  I’ll take a look.  I don’t have time to reproduce this test now.  But the session-state code was tested to work...<br>
<div class="HOEnZb"><div class="h5"><br>
  Alan DeKok.<br>
<br>
-<br>
List info/subscribe/unsubscribe? See <a href="http://www.freeradius.org/list/users.html" target="_blank">http://www.freeradius.org/list/users.html</a><br>
</div></div></blockquote></div></div>