Does Ruby allows setting something like SESSION variables.

A

Aaron D. Gifford

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,906
Latest member
SkinfixSkintag

Latest Threads

Top