<div>Does anyone have an example of a simultaneous redirect + setcookie using PLT scheme?</div>
<div> </div>
<div>I tried:</div>
<div> </div>
<div>(make-response/full 303 "See Other"<br> (current-seconds)<br> #"text/html"<br> `((location . ,url)<br> ,(make-session-id-cookie session-id))
<br> (list<br> (xexpr->string<br> ...</div>
<div>)))</div>
<div> </div>
<div> </div>
<div>The redirect works fine but no cookie is apparent.</div>
<div> </div>
<div>-pp</div>
<div> </div>