On Fri, Nov 12, 2010 at 11:25 AM, Marnen Laibow-Koser <[email protected]> wrote:
> HTTP is stateless. The only way the server can distinguish different > clients is by the use of cookies -- which are a stateful hack on top of > stateless HTTP. Or by query string parameters (e.g. JSESSIONID) and url rewriting. -- Hassan Schroeder ------------------------ [email protected] twitter: @hassan -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

