[jQuery] Re: Jquery Cookies Or Sessions

2009-11-02 Thread James
You can't really check whether a local cookie is expired or not. However, you can probably check the value of the cookie and see whether it's a valid value. For example, the user visits a page. It creates a simple local session cookie named "sess" with value "true", and 1 hour expiration date. Java

[jQuery] Re: JQuery & Cookies

2009-06-30 Thread Cesar Sanz
Hi there, There is a plugin for that.. Check this out http://plugins.jquery.com/project/Cookie Regards - Original Message - From: "craigeves" To: "jQuery (English)" Sent: Tuesday, June 30, 2009 2:36 AM Subject: [jQuery] JQuery & Cookies I would like to apply a cookie to this s