Best Tutorials website
Latest tutorials

Advertisment

Determining cookie support in client's browser

Determining cookie support in client's browser

If your script relies on JavaScript cookies to store and persist information, it's a good idea to always make sure the user's browser has...


Views: 0 | Rating star | by Jarry
Javascript - Cookies

Understanding Session-only Cookies

Understanding Session-only Cookies

Learn about session-only cookies in JavaScript, and how they can help your scripts retain information even after the page is reloaded or cleared.


Views: 1417 | Rating star | by Troy
Javascript - Cookies

Cookies

Cookies

A cookie is a way you can store some information about a user visiting your site. The information is stored on the individuals computer, and thus...


Views: 1518 | Rating star | by Ben
Javascript - Cookies

Display time of last visit

Display time of last visit

Using cookies, this script records the date+time of your visitor's last visit and displays it upon their return. If this is their first visit...


Views: 775 | Rating star | by Jason
Javascript - Cookies

Determine if Cookies Are Enabled

Determine if Cookies Are Enabled

Use a few simple lines of JavaScript to verify if cookies are accepted by the target web browser.


Views: 836 | Rating star | by Isac
Javascript - Cookies