Tagged Questions
5
votes
2answers
549 views
How can I add cookies to Seaside responses without redirecting?
I'm making a small web application in Seaside. I have a login component, and after the user logs in I want to send along a cookie when the next component renders itself. Is there a way to get at the ...