Re: cookie-selector

2007-05-02 Thread Lionel Barth
Alexander, The solution with the cookie input module works perfectly. Thanks a lot, Lionel Alexander Daniel a ecrit le 1/05/07 2:54: Is there a way to use the cookie-selector to check if a cookie exist, whatever value it has. No there isn't. The CookieSelector class returns false when

Re: cookie-selector

2007-04-30 Thread Alexander Daniel
Is there a way to use the cookie-selector to check if a cookie exist, whatever value it has. No there isn't. The CookieSelector class returns false when a cookie does not exist, i.e. map:otherwise will be executed. You would need to know all possible values of the cookie to be sure

cookie-selector

2007-04-26 Thread Lionel Barth
Hi, Is there a way to use the cookie-selector to check if a cookie exist, whatever value it has. I tried : map:select type=cookie-selector map:parameter name=cookie-name value=myCookieID/ map:when test= map:generate src=nothing.xml/ /map:when map:otherwise