19,155 tutorials online
12 tutorials pending review
763 dead links removed





PHP: Cookies and Sessions Tutorials

 

Sessions
Posted in PHP > Cookies and Sessions by tutorialgrub on Jun 12, 2009

What is a session. How use session in a PHP script. A session test with 3 scripts. How session ID can be managed without cookies. Where is session data stored.
50 Views | 0 Comments | 0 Votes | 0 FavesShareAdd To FavoritesReport Tutorial
 

Using Cookies
Posted in PHP > Cookies and Sessions by tutorialgrub on Jun 12, 2009

Discover what a cookie is, how to send and receive cookies, set persistent cookies & more.
34 Views | 0 Comments | 0 Votes | 0 FavesShareAdd To FavoritesReport Tutorial
 

Cookies And You
Posted in PHP > Cookies and Sessions by tutorialgrub on Jun 12, 2009

A Cookie and Session are very much alike in that they store information. But a cookie can last for as long as you set it, and a session will terminate once the browser is closed. Discover advantages and disadvantages of each.
48 Views | 0 Comments | 0 Votes | 0 FavesShareAdd To FavoritesReport Tutorial
 

Remembering Users (Cookies And Sessions)
Posted in PHP > Cookies and Sessions by tutorialgrub on Jun 12, 2009

Remember user data between pages or subsequent site visits using cookies and sessions.
36 Views | 0 Comments | 0 Votes | 0 FavesShareAdd To FavoritesReport Tutorial
 

PHP Sessions
Posted in PHP > Cookies and Sessions by tutorialgrub on Jun 12, 2009

Sessions can store user information, heres how to use them.
42 Views | 0 Comments | 0 Votes | 0 FavesShareAdd To FavoritesReport Tutorial
 

Cookies
Posted in PHP > Cookies and Sessions by tutorialgrub on Jun 12, 2009

Setting and playing around with cookies is a fun and useful way to save data on a user's hard drive, and can successfully store valuable information which may be helpful the next time they come to the site.
34 Views | 0 Comments | 0 Votes | 0 FavesShareAdd To FavoritesReport Tutorial
 

PHP: Session:
Posted in PHP > Cookies and Sessions by tutorialgrub on Jun 12, 2009

Examples of sessions using a hit counter and a simple password protection mechanism.
38 Views | 0 Comments | 0 Votes | 0 FavesShareAdd To FavoritesReport Tutorial
 

Using Cookies & File Appending
Posted in PHP > Cookies and Sessions by tutorialgrub on Jun 12, 2009

Set and check cookies to prevent the same people from voting repeatedly.
35 Views | 0 Comments | 0 Votes | 0 FavesShareAdd To FavoritesReport Tutorial
 

Implementing Cross-Domain Cookies
Posted in PHP > Cookies and Sessions by tutorialgrub on Jun 12, 2009

Cookies are a great invention, allowing the web developer to maintain the login status of their users. However, problems occur when your site or network has more than one domain.
39 Views | 0 Comments | 0 Votes | 0 FavesShareAdd To FavoritesReport Tutorial
 

Custom Session Handlers In PHP4
Posted in PHP > Cookies and Sessions by tutorialgrub on Jun 12, 2009

This document describes how to customize the session handlers in PHP4.
45 Views | 0 Comments | 0 Votes | 0 FavesShareAdd To FavoritesReport Tutorial


<<  1  2  3