0

I'm using IETester to debug running Parallels on a Mac OS.

Everytime I send an AJAX request out I consistantly get a InvalidAuthenticityToken response.

I've covered every possible issue.

Then I threw in a debugger, and compared session[:_csrf_token] to the form_authenticity_token.

On my mac they matched.

But on my IETester/Parallells I get this :

(rdb:5664) pp session
{}

NO SESSION AT ALL!

QUESTION: IS THIS BECAUSE IETESTER IS A B#@CH? And is it possible that it will work with any other windows operating system?

Trip
  • 26,756
  • 46
  • 158
  • 277

1 Answers1

2

YES IETESTER doesn't store Session data and is completely inadequate for testing your websites.

Trip
  • 26,756
  • 46
  • 158
  • 277
  • @jeff, I am using a virtual machine parallels, but it looks like I have to install/uninstall different versions of IE to test functionality and leave just design aesthetics to IETester. – Trip Sep 27 '11 at 19:22
  • 1
    I mean full-on virtual machines. http://www.microsoft.com/download/en/details.aspx?id=11575 – i_am_jorf Sep 27 '11 at 22:34