session values are not retained in IE7 - session-variables

In a application which is developed with the combination of both asp and asp.net.The application gets Inactivity logout error only with IE7 browser. But it works fine with the other version of the browsers(IE8 & IE9). We Found that this incaticity logout error occurs since the session values are lost or gets reset only in IE7 browser and the session values are retained in the other version of the browsers.I need to retain the session values with IE7 browser also any help would be appreciated.
Thanks In Advance

Although it seems unlikely, here is my first attempt at a solution:
Confirm that the "accept cookies" setting is turned on in the IE7 browsers with which you are testing.

Related

selenium chrome NET BLOCKED BY CLIENT

selenium chrome If a page is not operated for a long time, for example, time.sleep 15 minutes, and then again, it can not open the web page, how to refresh the browser debugging found that it is blocked by client did not install any advertising plug-ins after this situation, if you enter the target URL in a new tab enter, it can be opened normally, who knows the reason? I don't think it has anything to do with cookies, thank you.
chromedriver version is also correct, I do not know if everyone's selenium chrome will not have this problem if the open page time.sleep longer time
***The reason for this is partly to do with the html http-equiv attribute of the target site. If the page does not change for a long time, any further execution of the url of the target site in the same tab will not be considered as "re-fetching from the server" but from the cache, which will cause a js exception. Any subsequent get requests of the xhr type will be directed to chrome-extension://invalid
The value after chrome-extension:// will be BLOCKED by chrome if it is unrecognisable, which will happen in any chrome speculation.
A not-so-good solution is to pywin32 simulate re-opening a new tab by typing in the url, but this causes some tab over-closing and handles switching exceptions, so I'm considering seeing if I can fix this from some chrome option parameter settings***
Also if I don't use selenium chrome but normal manual normal browsing of the target site, I don't manipulate the page for a long time and I don't have the above problem, not quite sure if this is an ISSUE with chrome, don't want to switch to firefox as there is too much code to change.

ModHeader blocks the real service when not in use

I am using ModHeader when I test with mock but when I pause it and I am connected with a real service then it seems that I cannot use real test data to test and I get always error pages. If I go on incognito mode and use the same test data (real service behind) then all good, I donĀ“t have any problem. If my session is expired and I continue testing without being in a incognito mode then I have again no problem. It is somehow a session saved somewhere and sees that extension as active although is not. This issue appeared after a couple of updates of the browsers (Chrome and Firefox). I use the extension on Chrome and Firefox equally. Anyone having something similar?

GWT 2.4 version compatibilty with IE11 browser

WE are having a gwt application which was working properly till IE10 versions.
But unfortunately the same application is not running as expecetd in IE11.
Th issue is --->we have a simple login page which takes credentials.This page succesfully gets authenticated in all IE verison till IE10.
We are clueless why the same login pag eis not working in IE11.
I included '' in my hml file.
we are not yet lucky.how to solve this?
thanks in advance.
Have you compile the code using Break Point does your compiler is compiling the onclick event of the button use for login because authentication issue is not related to UI i think something is going wrong on back code of button.May be possible the application is not able to find the button id.

Page is not properly loaded in selenium

While running a selenium script in IE9 with browser compatibility set to IE7, I always observe in some screen the menu bar getting hidden & the script execution failing. How can I solve this problem? I'm thinking it means that the page is not properly loaded.
The website I'm testing only supports IE7 ,but I'm using IE9 with compatibility mode.
Can any one kindly guide me as to how to resolve this issue & why this issue is coming up frequently?
Change your browser to support IE7 compatibility mode:
http://answers.microsoft.com/en-us/ie/forum/ie9-windows_7/how-to-set-default-browser-mode-to-ie7-in-windows/9ce975db-c1ba-41f1-98cf-28ee83508110

Clearing saved passwords in browser

Is there any possibility of clearing saved passwords using vb.net code from the browser (could be IE, Chrome or Mozzila).
Thanks
No, there isn't. Saved passwords is a user setting, and can't be affected by code in the browser.
Besides, the VB.NET code runs on the server, so it can't do anything at all to the browser.