Re: T5: cookies and expire check

2008-02-14 Thread Igor Drobiazko
It looks like the only one possibility to use the service CookieSource instead of Cookies. which provides you the access to javax.servlet.http.Cookie On Thu, Feb 14, 2008 at 1:20 PM, Angelo Chen <[EMAIL PROTECTED]> wrote: > > hi, > > I use this to get cookies, it works, but how to check if cookie

T5: cookies and expire check

2008-02-14 Thread Angelo Chen
hi, I use this to get cookies, it works, but how to check if cookie has expired? String logCookie = cookies.readCookieValue(logKey); Thanks, a.c -- View this message in context: http://www.nabble.com/T5%3A-cookies-and-expire-check-tp15479307p15479307.html Sent from the Tapestry - User mai