ASP Session Cookies

HTTP is a stateless protocol. This means HTTP servers would respond to each client request without relating that request to previous or subsequent requests. RFC 2109 introduced state management mechanism to HTTP.

This RFC basically introduced two header directives: Cookie and Set-Cookie. Set-cookie directive sets the session cookie and sends to the client browser indicating beginning of a session. From now on each request from this browser would contain Cookie directive in the header which indicates that the request is part of the current session.


Post new comment

  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <h1> <quote> <img>
  • Lines and paragraphs break automatically.

More information about formatting options

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.
Image CAPTCHA
Copy the characters (respecting upper/lower case) from the image.