I have an SHtml.ajaxSelect that, when executed sets a cookie:

S.addCookie(HTTPCookie("CITYID", city.id.toString))

and then returns a JsCmds.RedirectTo(uri) command.  The cookie isn't
actually being set (if I look at the live http headers the Set-Cookie
line isn't sent down in the http response to the ajax call.

It's not clear to me if this is correct behavior on lift's part, of if
this is a bug.

If it is correct behavior, is there a better way to do this sort of
thing?

-harryh
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to liftweb@googlegroups.com
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to