Re: FlashImpl : oam.Flash.RENDERMAP.TOKEN and number of Cookies

2010-09-14 Thread Jakob Korherr
Hi, I just fixed this problem in MYFACES-2921. Regards, Jakob 2010/9/10 Jakob Korherr jakob.korh...@gmail.com: Hi Kočičák, Yes, you're right. We have to use cookie.setPath(/);, because we really only need one cookie for the whole webapp. Thanks for pointing this out! Regards, Jakob

Re: FlashImpl : oam.Flash.RENDERMAP.TOKEN and number of Cookies

2010-09-10 Thread Martin Koci
Probably we should use cookie.setPath(/); and reuse one cookie for all cases? Martin Koci píše v Čt 09. 09. 2010 v 22:39 +0200: Hi, I'm not familiar with Flash implementation and Cookies (about Cookies I know only one thing: they exist) thus I ask first: I have many views = .xhtml files

Re: FlashImpl : oam.Flash.RENDERMAP.TOKEN and number of Cookies

2010-09-10 Thread Jakob Korherr
Hi Kočičák, Yes, you're right. We have to use cookie.setPath(/);, because we really only need one cookie for the whole webapp. Thanks for pointing this out! Regards, Jakob 2010/9/10 Martin Koci martin.kocicak.k...@gmail.com: Probably we should use cookie.setPath(/); and reuse one cookie for

FlashImpl : oam.Flash.RENDERMAP.TOKEN and number of Cookies

2010-09-09 Thread Martin Koci
Hi, I'm not familiar with Flash implementation and Cookies (about Cookies I know only one thing: they exist) thus I ask first: I have many views = .xhtml files in structure like: 001/001.xhtml 002/002.xhtml .. firefox show that for each such view one cookie exists: oam.Flash.RENDERMAP.TOKEN