Hi,

    I have developed an application in tapestry and yesterday that
application went to live where I have faced a problem in tapestry cookies.

I have used the cookies to store the user related informations

import org.apache.tapestry5.services.Cookies;

@Inject
private Cookies cookies;

cookies.writeCookieValue("isUserLogin", "True", -1);

The above is what i am coding to store the datas. 

When I looked in my log file I have seen the below lines:

*[2012-05-03 09:24:16.029] Cookies: Invalid cookie. Value not a token or
quoted value*

this displays continuously, however my UI works good but this line is
getting continuously logged in the log file, what is wrong here?

Environment is:

Server - virgo-tomcat-server-3.0.2

Tapestry version is - 5.3.1

Logger - org.apache.log4j.Logger, Version - log4j-1.2.15

Thanks in advance,
Karthi.


--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/Cookies-Invalid-cookie-Value-not-a-token-or-quoted-value-tp5682745.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to