Cookies & Sessions

Results 1 - 20 of 33

Sort by:

Setting & Retrieving Cookies

This script can display a form or the data stored inside cookies depending on whether cookies has been set or not. The online form is used to send data and store them inside cookies. The script contains an online example.

(4.67 out of 5) from 3 Ratings

  • Price: Free
  • Views: 1,400

Implementing Cross-Domain Cookies

According to the cookie specification, any cookie set for one domain, must not be sent to any other domain. Therefore, if you set a cookie in your user's browser on one domain, that cookie will not be available on any other domain. This tutorial...
(show more)

(3.00 out of 5) from 1 Rating

  • Price: Free
  • Views: 4,343

Detailed PHP sessions tutorial

In this tutorial I will show you how to work with sessions in PHP. You will learn how to transfer information over multiple pages.

(4.00 out of 5) from 3 Ratings

  • Price: Free
  • Views: 2,435

PHP Cookies Tutorial

A cookie is a flat file that stores tiny bits of information. It is stored on the client’s machine and is passed to the client when they visit your site. Each cookie can store anything from usernames to number of visits to a site. This tutorial will...
(show more)

  • Price: Free
  • Views: 520

Session in PHP

Working with sessions in PHP is very basic. You can pass values to session as key/value pairs. To store and receive data from sessions are very easy to use.

  • Price: Free
  • Views: 427

What is PHP Sessions?

Session concept is very useful for Web based applications to pass and share information from one Web page (request) to another Web page (request). Session support in PHP consists of a way to preserve certain data across subsequent accesses. This enables...
(show more)

  • Price: Free
  • Views: 817

How to use Cookies wih PHP

Cookies are pieces of text that are sent to a user's web browser. Cookies can help you create shopping carts, user communities, and personalized sites. It's not recommended that you store sensitive data in a cookie, but you can store a unique...
(show more)

  • Price: Free
  • Views: 407

Welcome to Cookies

Cookies are just a basic aspect of PHP, but can be used in so many things. From logging in and out a user on your website to keeping the name of the skin they use on your website. Below I will explain how to set (add) a cookie, delete one and then...
(show more)

  • Price: Free
  • Views: 639

Introduction To Sessions in PHP

A quick introduction to PHP sessions and the use of the most basic session handling functions.

(3.00 out of 5) from 3 Ratings

  • Price: Free
  • Views: 2,520

When and How to use Cookies and Sessions

In this article, you will find out the reasons to use cookies and the reasons to use sessions. It also tells you the way hide important data from cookies.

  • Price: Free
  • Views: 1,201

Session Saver

This package can be used to save and restore objects in session variables. It can register a list of one or more classes objects that are intended to be saved. The classes must implement the SessionObject interface. The class can call all the...
(show more)

  • Price: Free
  • Views: 1,175

Using Cookies in PHP

A cookie is a message given to a Web browser by a Web server. The browser stores the message in a small text file that the server embeds on the user's computer. Each time the same computer requests a page with a browser, the cookie is sent back to the...
(show more)

(3.67 out of 5) from 3 Ratings

  • Price: Free
  • Views: 1,061

PHP Sessions

A session is the time that a user spends at your Web site. Users may view many Web pages between the time they enter your site and leave it. Often you want information to be available for a complete session. Beginning with version 4.0, PHP provides a way...
(show more)

(4.67 out of 5) from 3 Ratings

  • Price: Free
  • Views: 1,657

PHP Cookie example and function-helper

PHP has a function setcookie since version 3.0, but this function is too low-level for simple usage. Function ae_put_cookie provided, sets cookie for current domain without specifying long arguments lists. Just three arguments: 'name', 'value', session...
(show more)

(4.33 out of 5) from 3 Ratings

  • Price: Free
  • Views: 1,108

PHP Script Tips - Understanding and Using Sessions

A collection of 19 tips on understanding and using sessions in PHP. Clear explanations and tutorial exercises are provided on starting and closing sessions, saving and retrieving values in sessions, deciding how session IDs to be transferred, deciding...
(show more)

(4.60 out of 5) from 15 Ratings

  • Price: Free
  • Views: 2,861

PHP Script Tips - Understanding and Managing Cookies

A collection of 23 tips on understanding and managing cookies in PHP. Clear explanations and tutorial exercises are provided on setting and receiving cookies, creating and removing persistent cookies, specifying domain and path to restrict cookies,...
(show more)

(3.67 out of 5) from 3 Ratings

  • Price: Free
  • Views: 1,584

Complete Members System (PHP)

This Article takes you step by step in creating a member system for your site. From designing mySQL tables, creating a registration script and logging them in with sessions and cookies.

(3.78 out of 5) from 9 Ratings

  • Price: Free
  • Views: 7,429

basic sessions tutorial with register globals switched off

This is a basic sessions tutorial where the register globals are switched off.

(3.33 out of 5) from 3 Ratings

  • Price: Free
  • Views: 4,943

Basic cookies

Learn how to use cookies to allow user downloading a file only once. Limit people from accessing things more than once. Simple comments and explanations.

(2.00 out of 5) from 6 Ratings

  • Price: Free
  • Views: 1,630

Using Sessions in PHP

A tutorial on the basics of sessions in PHP.

(4.00 out of 5) from 12 Ratings

  • Price: Free
  • Views: 7,670
<< previous
 ( 1 | 2next >>