[Seaside-dev] Issue 48 in seaside: cookies can not be added in callback phase

codesite-noreply at google.com codesite-noreply at google.com
Fri Apr 4 20:05:57 UTC 2008


Issue 48: cookies can not be added in callback phase
http://code.google.com/p/seaside/issues/detail?id=48

New issue report by philippe.marschall:
Cookies and not be added to a response in the callback phase because there
is no response in the context.

A possible fix would be:
Add the cookies to the context. If there is a response in the context, add
them to the response, else add them to as a property. If the request
process is done the code returning the response queries the context.


Issue attributes:
	Status: Accepted
	Owner: philippe.marschall
	Labels: Type-Defect Priority-Medium Version-Seaside2.9

-- 
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings


More information about the seaside-dev mailing list