Membership
Main Menu
Forum Boards
Stats
- 20 tutorials
- 74,811 members
- 734,831 forum posts
- 13 blog posts
Tutorials
Sessions and cookies: Adding state to a stateless protocol
by Daniel Egeberg on Jun 5, 2008 6:45:45 AM
Views: 23968
Introduction
HTTP is a stateless protocol. This means that each request is handled independently of all the other requests and it means that a server or a script cannot remember if a user has been there before. However, knowing if a user has been there before is often required and therefore something known as cookies and sessions have been implemented in order to cope with that problem.
On page two we will look at cookies and sessions will be covered on page three. On page four we will talk a bit about security.
Comments
1. GreenUser on Aug 15, 2008 3:24:45 PM
2. BuzzardB on Oct 2, 2008 5:47:49 PM
3. rohan354 on Oct 10, 2008 5:54:14 AM
Login or register to post a comment.
