Third party cookies (cookies from other hosts) are not accepted by default.
I have got around this problem 2 different ways:
For machines in same domain:
1) use the cookie.setDomain(".authsum.org") method to create a cookie that
can be read by all hosts your domain.
For machines in different doma
To: Tapestry users
Subject: How to set cookie ftom T4 application for different host
Hello,
we have a problem when setting cookie value for a different host. When using
standard T4 CookieSource we can set a cookie for our application on
application's host. But we need to set a cookie for a dif
Hello,
we have a problem when setting cookie value for a different host. When using
standard T4 CookieSource we can set a cookie for our application on
application's host. But we need to set a cookie for a different host. I suppose
it's done with injection of tapestry.globals.HttpServletRespons