| |

| 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. |
| |

| 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. |
| |

| 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. |
| |

| 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. |
| |

| PHP Sessions Posted in PHP > Cookies and Sessions by tutorialgrub on Jun 12, 2009
Sessions can store user information, heres how to use them. |
| |

| 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. |
| |

| 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. |
| |

| 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. |
| |

| 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. |
| |

| 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. |
<< 1 2 3 |