Hi,
This is another stupid question but I can't find how to modify session path to avoid c:\doc and settings\user\temp\ in Rails. Any hint?
| SitePoint Sponsor |

Hi,
This is another stupid question but I can't find how to modify session path to avoid c:\doc and settings\user\temp\ in Rails. Any hint?

Shame on me, the answer is on the wiki:
http://wiki.rubyonrails.com/rails/pa...SessionOptionsThe Rails session options can be set in config/environment.rb (or even one of the files in config/environments/*.rb if you want options per environment)
Bookmarks