PgwCookie

Lightweight cookie manager for jQuery for creating, reading and removing your JavaScript cookies.

Html5 Storage

A light (1,2K) plugin to use Local Storage or Session Storage without worrying about HTML5 support. It uses Cookies for backward compatibility.

Jquery Session Timeout Handler

Given a certain amount of time before the session expires, a dialog is shown to the user with the option to either log out now, or stay connected. The time left of the session is retrieved from the server through ajax in json format or through configuration. This implementation with its default values works nicely … Continue reading