Cannot create domain cookies
----------------------------

                 Key: TAPESTRY-1250
                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1250
             Project: Tapestry
          Issue Type: Bug
          Components: Core
    Affects Versions: 5.0
         Environment: FreeBSD RELENG_6 with Firefox 2.0, Jetty 5.1.11 Java 1.5
            Reporter: Massimo Lusetti


On a @OnEvent method from a ActionLink within a page with:
@Inject
private Cookies _cookies;

i'm able to store cookies with:
_cookies.writeCookieValue
but not with:
_cookies.writeDomainCookieValue.

The browser has settings for allowing every cookies.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to