<html><body><div style="color:#000; background-color:#fff; font-family:HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;font-size:10pt"><div id="yiv7996431256"><div><div style="background-color: rgb(255, 255, 255);" class=""><div id="yiv7996431256yui_3_13_0_ym1_12_1395344163701_8" style="color: rgb(0, 0, 0); font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10pt;">Also, i don't understand why session-value does not return the saved string value but generates the "internal error", try this:</div><div id="yiv7996431256yui_3_13_0_ym1_12_1395344163701_8" style="color: rgb(0, 0, 0); font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10pt;"><br></div><div id="yiv7996431256yui_3_13_0_ym1_12_1395344163701_8"><div id="yiv7996431256yui_3_13_0_ym1_12_1395344163701_8">(defun f ()</div><div
 id="yiv7996431256yui_3_13_0_ym1_12_1395344163701_8">  (let ((username (hunchentoot:parameter "username"))</div><div id="yiv7996431256yui_3_13_0_ym1_12_1395344163701_8"><span class="Apple-tab-span" style="white-space:pre">      </span>(session (or  hunchentoot:*session* (hunchentoot:start-session))))</div><div id="yiv7996431256yui_3_13_0_ym1_12_1395344163701_8">    (if username</div><div id="yiv7996431256yui_3_13_0_ym1_12_1395344163701_8"><span class="Apple-tab-span" style="white-space:pre"> </span>(setf (hunchentoot:session-value 'sessu session) username))</div><div id="yiv7996431256yui_3_13_0_ym1_12_1395344163701_8">    (format 'nil "session:~a value:~a~%"</div><div id="yiv7996431256yui_3_13_0_ym1_12_1395344163701_8"><span class="Apple-tab-span" style="white-space:pre">   </span>    session</div><div id="yiv7996431256yui_3_13_0_ym1_12_1395344163701_8"><span class="Apple-tab-span" style="white-space: pre;">        </span>
    (hunchentoot:session-value 'sessu session))))</div><div id="yiv7996431256yui_3_13_0_ym1_12_1395344163701_8"><br></div><div id="yiv7996431256yui_3_13_0_ym1_12_1395344163701_8">First send the username:</div><div id="yiv7996431256yui_3_13_0_ym1_12_1395344163701_8">http://127.0.0.1:5050/l?username=jose<br></div><div id="yiv7996431256yui_3_13_0_ym1_12_1395344163701_8"><br></div><div id="yiv7996431256yui_3_13_0_ym1_12_1395344163701_8">after that, get the saved session value</div><div id="yiv7996431256yui_3_13_0_ym1_12_1395344163701_8">http://127.0.0.1:5050/l<br></div><div id="yiv7996431256yui_3_13_0_ym1_12_1395344163701_8"><br></div><div id="yiv7996431256yui_3_13_0_ym1_12_1395344163701_8"><br></div></div> </div></div></div></div></body></html>