Remembering Users (Cookies and Sessions)
  Remembering Users (Cookies and Sessions)
2D Graphics
3D Graphics
Web Design & Development
Business Applications
Business Development
Databases
Desktop Programming
Operating Systems
Video Editing
Miscellaneous
Newsletter
User Login
  • Username
  • Password
Stats
  • Tutorials: 39,017
  • Categories: 572

PHP Tutorials : Remembering Users (Cookies and Sessions)

Hypertext Transfer Protocol (HTTP) is a stateless protocol. To say it in a simple way: A client (web browser) connects to a web server, sends a request, and gets a response. Then, the connection is closed. The consequence is the next time the same client sends a request to the same web server, it is a new request, so the web server cannot identify the caller. This is, of course, a problem for applications in which state must be maintained, for instance e-commerce applications with a shopping-cart functionality.

However, you can overcome this limitation in several ways. The basic idea is to send some information with the HTTP response; to try to achieve that, this information is sent back with all subsequent requests to that server. The following possibilities exist:
Remembering Users (Cookies and Sessions)  tutorial
    View Tutorial

Detailed Information

     Tutorial: Remembering Users (Cookies and Sessions)
     Date Listed: 2005-12-28
     Submitted By: nadeem123
     Total Hits: 7859
     Rating Tutorial Rating 2.97Tutorial Rating 2.97Tutorial Rating 2.97Tutorial Rating 2.97Tutorial Rating 2.97 (504 votes)

    Comment On Tutorial     View Tutorial
    Report Broken Link

 





© 2003-2012 by Developer Shed. All rights reserved. DS Cluster 3 - Follow our Sitemap