rescue_from TamperedWithCookie error?

24 views
Skip to first unread message

Trevor Turk

unread,
Dec 8, 2007, 6:48:04 PM12/8/07
to rubyonra...@googlegroups.com
I submitted a ticket about this, but I thought perhaps I should ping
this mailing list as well.

When deploying an an app that was upgraded to run on Rails 2.0 and use
cookie sessions, users that are logged into the site receive an error:
CGI::Session::CookieStore::TamperedWithCookie when they first visit the
site. When they refresh once, this error will no longer appear. However,
I can't figure out how to work around them seeing an Application Error
screen the first time. Is there any way to rescue_from this error, or
otherwise avoid encountering it all together?

http://dev.rubyonrails.org/ticket/10427
--
Posted via http://www.ruby-forum.com/.

Frederick Cheung

unread,
Dec 9, 2007, 6:25:47 AM12/9/07
to rubyonra...@googlegroups.com

On 8 Dec 2007, at 23:48, Trevor Turk wrote:

>
> I submitted a ticket about this, but I thought perhaps I should ping
> this mailing list as well.
>
> When deploying an an app that was upgraded to run on Rails 2.0 and use
> cookie sessions, users that are logged into the site receive an error:
> CGI::Session::CookieStore::TamperedWithCookie when they first visit
> the
> site. When they refresh once, this error will no longer appear.
> However,
> I can't figure out how to work around them seeing an Application Error
> screen the first time. Is there any way to rescue_from this error, or
> otherwise avoid encountering it all together?
>

If you change the name of the cookie used then the app won't see the
old cookie at all, which should handle things.

Trevor Turk

unread,
Dec 9, 2007, 8:10:22 PM12/9/07
to rubyonra...@googlegroups.com
Frederick Cheung wrote:
> If you change the name of the cookie used then the app won't see the
> old cookie at all, which should handle things.

I'm still not able to work around this issue. The problem occurs when I
change the "secret" used by cookie sessions in config/environment.rb:

config.action_controller.session = { :session_key => x, :secret => y }

That seems to trigger the TamperedWithCookie, which resolves itself
after one refresh. Changing the session_key and the secret at the same
time still triggers the error. So, I don't know what to do!

Again, any further help would be much appreciated.

Thanks,
- Trevor

Xavier Noria

unread,
Dec 10, 2007, 10:05:59 AM12/10/07
to rubyonra...@googlegroups.com
On Dec 10, 2007, at 2:10 AM, Trevor Turk wrote:

> Frederick Cheung wrote:
>> If you change the name of the cookie used then the app won't see the
>> old cookie at all, which should handle things.
>
> I'm still not able to work around this issue. The problem occurs
> when I
> change the "secret" used by cookie sessions in config/environment.rb:
>
> config.action_controller.session = { :session_key => x, :secret => y }
>
> That seems to trigger the TamperedWithCookie, which resolves itself
> after one refresh. Changing the session_key and the secret at the same
> time still triggers the error. So, I don't know what to do!

It should work, change the value associated to :session_key (which is
the name of the cookie) in environment.rb and restart the server.

-- fxn

Trevor Turk

unread,
Dec 12, 2007, 8:54:09 PM12/12/07
to rubyonra...@googlegroups.com

I've added more detail to a Rails Trac ticket, including an example of
the error. I'm doing what you suggested, Xavier, and I'm still getting
this error.

http://dev.rubyonrails.org/ticket/10427

Katie Kelly

unread,
Dec 13, 2007, 9:32:32 AM12/13/07
to Ruby on Rails: Talk
Hi, Trevor.

I had the same problem when I upgraded to 2.0.1 and I got around it by
deleting the contents of my tmp/sessions directory. Hope that helps!

Katie

On Dec 12, 7:54 pm, Trevor Turk <rails-mailing-l...@andreas-s.net>
wrote:

Trevor Turk

unread,
Dec 13, 2007, 6:19:02 PM12/13/07
to rubyonra...@googlegroups.com
Katie Kelly wrote:
> I had the same problem when I upgraded to 2.0.1 and I got around it by
> deleting the contents of my tmp/sessions directory. Hope that helps!

I was using the database for sessions, so that's not the problem. Thanks
for the reply, though!

Saravanan Krishnan

unread,
Apr 19, 2008, 2:43:47 AM4/19/08
to rubyonra...@googlegroups.com
Trevor Turk wrote:
> Katie Kelly wrote:
>> I had the same problem when I upgraded to 2.0.1 and I got around it by
>> deleting the contents of my tmp/sessions directory. Hope that helps!
>
> I was using the database for sessions, so that's not the problem. Thanks
> for the reply, though!

I had the same problem then I got around it by
deleting the contents from sessions table.

Reply all
Reply to author
Forward
0 new messages