Hi, I just fixed this problem in MYFACES-2921.
Regards, Jakob 2010/9/10 Jakob Korherr <[email protected]>: > 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 <[email protected]>: >> >> 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 in structure like: >>> >>> 001/001.xhtml >>> 002/002.xhtml >>> .. >>> >>> >>> firefox show that for each such view one cookie exists: >>> >>> oam.Flash.RENDERMAP.TOKEN with path /project/faces/001/ >>> oam.Flash.RENDERMAP.TOKEN with path /project/faces/002/ >>> .... >>> >>> Is it ok? >>> >>> Problem is that in our big systems with hundreds views we simply get >>> maximum of cookies per server: >>> http://kb.mozillazine.org/Network.cookie.maxPerHost >>> >>> Thanks, >>> >>> Kočičák >>> >>> >> >> >> > > > > -- > Jakob Korherr > > blog: http://www.jakobk.com > twitter: http://twitter.com/jakobkorherr > work: http://www.irian.at > -- Jakob Korherr blog: http://www.jakobk.com twitter: http://twitter.com/jakobkorherr work: http://www.irian.at
