I have a controller action that I am disabling via: "session :off"
I am noticing that a session is created when this action's view is rendered. Specifically, a session is created when this line in my view code is executed: <%= image_tag @image_path %> Taking out this line leads to no session being created as desired. Any ideas how to fix this? Thanks in advanced --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

