I'm writing code to rewrite URLs in JavaScript to support AJAX requests for clients that have cookies disabled. It appears that the right thing to send would be the value returned by (session-cookie-value), not the value returned by the exported (session-string). Should 'session-cookie-value' be exported from the 'hunchentoot' package?
On Thu, 24 May 2007 23:35:52 -0400, Slava Akhmechet coffeemug@gmail.com wrote:
I'm writing code to rewrite URLs in JavaScript to support AJAX requests for clients that have cookies disabled. It appears that the right thing to send would be the value returned by (session-cookie-value), not the value returned by the exported (session-string). Should 'session-cookie-value' be exported from the 'hunchentoot' package?
Yes, you're right. And SESSION-STRING is actually not needed. Will be changed in the next release.
Thanks, Edi.