That''s the interesting thing that''s what we originally had,
and doing
some research it seemed that had been replaced with session :off
Both produced sessions :(
From: "Adam Denenberg"
<straightflush@gmail.com>>From: "Adam Denenberg" <straightflush@gmail.com>>
>add this
>session :disabled => true
> the top of the controller
>adam
On 4/30/06, Paul <paul.marsh@gmail.com> wrote:>
> Is it possible to prevent sessions from being created at all?
>
> I put session :off in my ApplicationController and something similar
> in my environment.rb
>
> I restarted everything etc. And sessions are still being created. So I
> switched from pstore to mysql. Restarted. Still being created although
> now it''s a bit easier to watch over.
>
> Is there someway to completely stop it?