Hi,
I have rails version 2.3.5.
How I can use session? is there any documentation how to use it for rails 2.3.5?
Thanks, Yudi Soesanto
Hi,
I have rails version 2.3.5.
How I can use session? is there any documentation how to use it for rails 2.3.5?
Thanks, Yudi Soesanto
Look in config/initializers/session_store.rb. The comment block at the end of the default version of this file will explain how to do this.
Hope this helps.