Hello, I am currently working on a website powered by racket and I am at a stage where I am<br>trying to establish an authenticated presence on the website. The way I envision doing so is <br>with an html form, comparing the inputting values (essentially username and password) against<br>
what I have in a mysql db- this part has already been established.<br><br>The next step is where I am running into a snag- I am trying to issue a cookie to any authenticated <br>users and then redirect to the &#39;authenticated area&#39; of the website. Then all functions associated with this<br>
area will check for the valid cookie before rendering, and if it is not present then redirect to the login page.<br>The trouble is that for some reason the cookie is not showing up after the redirect. Here is the relevant code. <br>
<br>Esentially what is happening is &#39;cl-cookie&#39; takes the value of empty.<br><br><a href="http://paste.lisp.org/display/111917">http://paste.lisp.org/display/111917</a><br><br><br>Any help would be appreciated, thanks.<br>
<br clear="all">- sayed<br>