[Seaside] Adding domain to a cookie

Ramon Leon ramon.leon at allresnet.com
Wed Dec 6 17:00:42 UTC 2006


> Hi everyone,
> 
> 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 ?
> 
> Thanks a lot.
> 
> 
> Vincent Girard-Reydet

>From looking at the implementation, WACookie would need to be enhanced to
support domains, it currently only supports name/value, expires, and path.

Ramon Leon
http://onsmalltalk.com  



More information about the Seaside mailing list