similar to: Sessions wont work with IE7 with 2.0.2?

Displaying 20 results from an estimated 20000 matches similar to: "Sessions wont work with IE7 with 2.0.2?"

2008 Jan 31
2
Odd things happening in ie6/ie7
As always, i am again having problems in IE6 and IE7 with scripts. The scripting works fine in FF2, opera and Safari. IE just wont load it. Could anyone help? It''s a static page for now, located at www.maifith.com/research/index.html The problem,although quite obvious, is that it doesn''t load the JS in IE6 or IE7. Any help would be appreciated.
2008 Oct 15
9
Rails sessions working intermittently in IE7
Hello, We are developing in Rails 2.1.0 and serving the files with mongrels behind Apache. We are using SqlSessionStore. Recently I noticed that when logging into our site using IE7 the session doesn''t persist in some situations, and persists when it shouldn''t. For instance when I log in my info is maintained when visiting certain pages, but disappears on others. The info never
2008 Mar 22
4
Ajax.Updater not fully work in IE7
My code snapshot: correct work in FF , Opera and Safari, but in IE7 - isn''t return result <form action="test.php" method="POST"> <div id="country" style="border: 1px solid #ccc; width: auto"></div> <br/> <a href="javascript:getTest()">test</a> </form> <script
2008 Apr 03
0
draggable_element Messing up CSS for IE7
I am having trouble with draggable_element and come IE7 css. I have a list where I want the items in the list to be draggable. I need the list to have a fixed height so I would like a scrollbar. I use overflow:auto and everything works great in Firefox and Safari. But IE doesn''t respect the overflow:hidden. Well, it kind of does. It creates the scroll bars but lets everything spill
2012 Mar 08
0
Safari Version 5.1.3 (7534.53.10) Browser problem --- removing cookie on OS X Lion 10.7.3 (11D50b) when still valid
Hi All, Hope this note helps the newbies to Rails As I''m new to Rails, I''d like to share how I tracked down Safari''s dropping of my cookie. My Applebug no: 11003492 registered 7 March/2012 My development platform: MacPro running rails 3.1.1 on OS X Lion 10.7.3 (11D50b) Problem: Firefox worked as programmed but switching to Safari my current_user_token kept in the
2009 Aug 02
4
IE7 issue with a game
Not sure anyone will have an answer to this... but might as well ask I'm working with a beta version of a game and under NDA (and its not in the appdb)... but IE is required for logging in and patching... I'm wondering if this is a known issue with other games... Have to use IE7 installed, as IE6 had rendering issues, that IE7 didn't, and the game directly calls IE version of Wine
2007 Oct 04
2
newbie question with login form
hi, i''m just starting to work with this incredible tool... but i got a first problem with the login process i''m logging on my app like this : ------ @agent = WWW::Mechanize.new { |a| a.log = Logger.new("mech.log") } @agent.user_agent_alias = ''Mac Safari'' @page = @agent.get("http://myappAdress/") @form = @page.forms.first
2011 Jan 13
2
send_file works on Rails2,SSL - except for IE7/6
Quirky stuff here, The current setup works fine for Firefox 3.6 and IE 8 but balks on earlier IEs. The files are PDFs, .doc files, and other binaries but up to several MB: A. the users'' problem is a minor IE7 quirk: it works to download files from clicking links, but if you use the URL instead then the browser stops after a fraction of a second. Refreshing or hitting Return again
2014 Jul 11
0
Wine release 1.7.22
The Wine development release 1.7.22 is now available. What's new in this release (see below for details): - Support for Unicode bracketing pairs. - Improved Internet cookie support. - OS X CoreAudio driver uses AUHAL instead of AudioQueue. - Initial support for geographical information. - Various bug fixes. The source is available from the following locations:
2007 Mar 30
0
Beta IE7 Policy Template
Hi all, Just finished all of the "annoyance" issues with IE7 and started putting together an IE7 policy template for System Policy Editor. This is just a "beta" release I guess. Get it Here: http://files.pcc-services.com/files/samba/ie7beta1.adm Here is what I included so far: - Always Show Menu bar - Set Menubar to Top Position These two basically make IE7 look more
2011 Sep 06
0
How to get Menubar in IE7
I am newbie for wine and recently I installed wine-1.3.26 in my workstation. My operating System is centos 6. I successfully installed IE7 using wine. But I cannot get menu bar in IE7. I can get Address bar only but I cannot get other menu bars. I will really appreciate if anyone can help me what I have to do to get menu bar on IE7. Thanks
2011 Feb 06
2
Running IE7 setup
Hi I am trying to run IE7 on my MACB00k Air OS 10.6.6. ?When I try to run IE7 and go to Internet options, under browser settings I can't set the memory for temp files. ?I enter 100MB and I get a message that the value needs to be between 8 and 8? Even when I put in 8 the setting is not retained? ? Any Ideas, I am currently using Wine 1.2.2 Thanks in advance. George Pannell --------------
2011 Feb 22
3
HTTP/SSL (HTTPS) sites not working in IE6/IE7 - advice reque
Hello, I have working IE6 and IE7 in Suse Linux Enterprise Desktop 11.1, HTTP sites working OK, but I have problems with HTTP/SSL (HTTPS) sites. Has somebody solved this? In *IE7*, sticking point is this screen: "There is a problem with this website's security certificate. Security certificate problems may indicate an attempt to fool you or intercept any data you send to the server. We
2010 Jun 22
1
Launching IE7
I installed the newest version of Wine (1.2-rc4), and also IE7; however, I cannot find IE7 to launch it again! It doesn't appear in the list of programs, although it is listed under "Application Settings." Is there a different way to launch it? Is there a command I should use instead? Thanks! [Question]
2008 Jan 23
1
IE7 Object Expected Error
Greetings All, I''ve got a problem in IE7. It''s throwing an "Object expected" error when I try to use the new operator to instantiate an object created with Class.create() in Prototype 1.6.0. The code for the object is here: http://pastie.caboo.se/142561.txt. It''s an in-house dialog-like class. I pasted the example code for Class.create() from the API
2010 May 14
4
ie7 activeX
I installed ie7 in 1.1.44 on ubuntu 10.04 no problem quick and smooth. It runs fine but my bank needs activeX components and whatever setting I do ie7 won't install the activeX components. Any suggestions?
2007 Aug 20
0
IE7 invalid argument
I am getting invalid argument from inside Position.relavitize on IE7. Using 1.5.1.1 of Prototype. relativize: function(element) { element = $(element); if (element.style.position == ''relative'') return; Position.prepare(); element.style.position = ''relative''; var top = parseFloat(element.style.top || 0) - (element._originalTop || 0);
2007 Dec 23
0
Session Errors not related to rails 2.0.2
It appears that the errors, which i said were related to rails 2.0.2 were in fact caused by the session marshaling that occurs between rails and facebook. Because the cookie was being modified by facebook Rails saw it as an invalid session. Here is how I got around this problem. 1. Deleted all my cookies related to my application 2. Changed my session store to an ActiveRecord session store
2010 Sep 08
2
Rails 2.3.9 breaks sessions with Active Record or Memcache store
A Rails 2.3.9 app with Active Record or Memcache session store will never send the session ID cookie to a client if the client doesn''t send any HTTP cookies in its requests. Rails integration tests didn''t catch this because they always send the HTTP_COOKIE header, even if it''s empty. This is a huge bug, as it can break keeping sessions on sites which don''t set
2007 Aug 31
3
Ajax.Updater on a select list not updating correctly in IE7 (fine in FireFox)
Hi all, Been working with prototype and script.aculo.us now for around 3 days after never really touching javascript so I am still getting to grips with things. So far I have successfully created 4 ajax based functions, or so I thought until I stupidly showed a client one of them before I had tested it in IE. The function in question works fine in FireFox succesfully inserting any new values