[Seaside] Adding domain to a cookie

Ramon Leon ramon.leon at allresnet.com
Wed Dec 6 16:37:37 UTC 2006


> > I'm developing an application with Seaside for which I'm sending a 
> > cookie using #redirectWithCookie: .
> > This application is deployed on 3 servers that share the 
> same domain 
> > name. I'de like the cookie to be attached to the domain, not to the 
> > server. But I can't find a selector to specify the domain name.
> >
> > How can I achieve this ?
> 
> I hope this can not be done. That would be a from of cross 
> site cookies. Very evil.
> 
> Philippe

I don't think so, sharing a common cookie for a domain is not violating
anything, it's common practice.  He's not talking different domains, just
different servers within a domain, which is perfectly valid.

Ramon Leon
http://onsmalltalk.com  



More information about the Seaside mailing list