From: vaishu on 18 Jun 2010 16:07 Does Ruby allows setting something like SESSION variables.
From: Aaron D. Gifford on 18 Jun 2010 17:35 On Fri, Jun 18, 2010 at 2:10 PM, vaishu <vaishukatkar(a)gmail.com> wrote: > Does Ruby allows setting something like SESSION variables. Are you talking about Ruby in the context of a web application supporting something like PHP's $SESSION['foo'] style variables? Many Ruby web frameworks support exactly that. If that's what you're looking for, the answer is definitely YES. Even something as simple as installing the rack gem and a rack-based web server (I like thin) lets you use Rack's helper session middleware. Aaron out.
|
Pages: 1 Prev: 1.8.7 SMTP TLS How to? Next: Is there a method I can call where: |