| Author |
Set cookie for given site
|
Michal Glowacki
Ranch Hand
Joined: Mar 14, 2006
Posts: 113
|
|
Hi I need to pass using cookies some data from my JSF application to other (ColdFusion) script. Is it possible to set cookie for different site? For example my JSF application is at domain1.com and other is at domain2.com. Is it possible to set cookie in my JSF to be set for domain2.com? I tried such a code but it's not working: cookie.setDomain("http://domain2.com/");
|
 |
 |
|
|
subject: Set cookie for given site
|
|
|