Firefox opens on last visited page rather than home page as instructed in Tools / Options box. Why

A few days ago without warning, when I opened Firefox the page that came up was the last one visited, no matter how long ago -- a few hours, overnight. I kept going to Tools , Options to instruct it to open with my (defined) home page. No use.
So, what gives and how do I fix it?
kvv

You can check if you have a user.js file in the Firefox profile folder that sets the <b>browser.sessionstore.resume_session_once</b> pref to true.
*http://kb.mozillazine.org/browser.sessionstore.resume_session_once
You can use this button to go to the currently used Firefox profile folder:
*Help > Troubleshooting Information > Profile Directory: Show Folder (Linux: Open Directory; Mac: Show in Finder)
Note that Windows hides some file extensions by default.
Among them are .html and .ini and .js and .txt, so you may only see file name without file extension.
You can see the real file type (file extension) in the properties of the file via the right-click context menu in Windows Explorer.
There are other things that need your attention.
Your System Details List shows multiple Flash plugins.
*Shockwave Flash 15.0 r0
*Shockwave Flash 14.0 r0
You can find the installation path of all plugins on the <b>about:plugins</b> page.
*http://kb.mozillazine.org/Issues_related_to_plugins#Identifying_installed_plugins
You can check the Flash player installation folder for multiple Flash player plugins and remove older version(s) of the plugin (NPSWF32) and possibly (re)install the latest Flash player.
*(32 bit Windows) C:\Windows\System32\Macromed\Flash\
*(64 bit Windows) C:\Windows\SysWOW64\Macromed\Flash\

Similar Messages

  • Why does safari re-open my last visited page instead of my homepage? I have the preferences set to always open to homepage in new tabs or windows or upon starting safaring.

    Why does Safari open my last visited page?? I have gone into preferences and said to open to homepage when starting safaring or opening a new tab yet each time it opens to the last page I visited.

      Hold down "shift" key and launch Safari
      or hold down "option" key before quitting Safari to discard saved windows from previous session.
    Disable Resume feature.
    10.7 Lion
    System Preferences > General
    Uncheck the box next to "Restore windows when quitting and re-opening apps".
    10.8 Mountain Lion
    System Prefernces > General
    Chckmark the box next to "Close windows when quitting an application".

  • Firefox doesn`t open the last visited page and tabs but the home page

    my settings are: open the page i last visit and the last opend tabs but instead it only opens the homepage, tried to change the settings but without effect

    Did you check the startup setting?
    *Tools > Options > General > Startup: When Firefox Starts:
    Can you restore that session via History > Restore Previous Session?
    *https://support.mozilla.org/kb/Session+Restore

  • Each time I open Safari it opens the last web page I was at rather than my home page. How do I stop this from happening?

    Each time I open Safari it opens the last web page I was at rather than my home page. How do I stop this from happening?

    This is part of Lion's Resume feature (I assume you are on Lion).
    A couple of things you can do: System Preferences>General and deselect 'Restore windows when quitting and re-opening apps'.
    Also when you shutdown or restart make sure the following is unticked:

  • Is there a way to force the revalidation of last visited page on start of Firefox whithout no-store directive?

    When I set Firefox to start from last visited page and this page contains response headers Cache-Control:mast-revalidate and Expires:0 (not in meta tag) the page doesn't revalidated on the start of Firefox.
    Is there a way to force the revalidation in such situation but using the cache as usual. I mean - I can't use no-store directive in Firefox (can in Opera and Chrome) since it prevents usage of cache at all (and Last Modified mechanism in particular) ?

    Thanks try67, but it isn't a required field.  As I mentioned, only about 20% of submissions will require filling it in. 
    There isn't a submit button.  Not even sure what I would do with/or how I would implement a submit button.  After processing the form, the filled out form is 'Saved As' to keep the original forms integrity intact.  The 'Saved As' file  is renamed appropriately, and then it is printed to a PDF file and attached to the appropriate customer file.

  • Want to be able to open tabs in multiple rows, rather than in a single row. I used tab mix plus before, but it says it is not compatible with New tab Homepage. The older version of Firefox allowed this very easily.

    Want to be able to open tabs in multiple rows, rather than in a single row. I used tab mix plus before, but it says it is not compatible with New tab Homepage. The older version of Firefox allowed this very easily.

    Your plugins list shows outdated plugin(s) with known security and stability risks.
    *Java Plug-in 1.5.0_06 for Netscape Navigator (DLL Helper)
    Update the [[Java]] plugin to the latest version.
    *http://java.sun.com/javase/downloads/index.jsp (Java Platform: Download JRE)

  • Safari won't start w/homepage or last visited page.What causes this?

    Safari will not start with my homepage or the last visited page.  When I check the "restore windows when quitting box in "general Preferences" it will not stay checked.  Therefore Safari always starts with a page that I visited days ago.

    but I am not sure what I am running now after the restore, it looks like from the crash report that it has gone back to version 5 and maybe thats the issue, but software update reports there is no updates available.
    The report indicates 5.1.6 is currently installed.
    Version:   
    5.1.6 (7534.56.5)
    Click here >  Safari Quits Every Time Opened: Apple Support Communities
    Then click the link posted by:  gregoryfromcork
    That will automatically download this file >  Safari6Lion.pkg.download
    Now quit Safari.
    Go to your Downloads folder and double click that file and follow the instructions for installing.
    Then restart your Mac, try Safari.
    Same issue helped this user >  safari crashes when opening - brand new...: Apple Support Communities

  • How can I get last visited pages on 08/06/12. I can't see it in my history. Is there any archives with please give that history. (only need amazon.co.uk)

    how can I get last visited pages on 08/06/12. I can't see it in my history. Is there any archives with please give that history. (only need amazon.co.uk)

    hello the history is the only place where firefox stores the visited pages. change your settings in firefox > options > privacy when you want to keep the visited sites in the future & make sure that no external programs (like security or "tune-up" software) is clearing the history either. when firefox is launched in private borwsing mode, it won't keep history information for this session.
    [[Settings for privacy, browsing history and do-not-track]]

  • How to make login page navigate to last visited page?

    Hi,
    In our application, there are many public pages. In certain page, users need to login and then add or edit something. But login page will navigate to page 1 by default. Uses need to click some times to locate the last visited page.
    I defined a new applicate item "LASTPAGE", and a new application process "setpage":
    begin
    if :APP_PAGE_ID!=101 then
    select :APP_PAGE_ID into :LASTPAGE from dual;
    else
    select 1 into :LASTPAGE from dual;
    end if;
    end;
    "setpage"'s process point is "On Load: Before Header(page template header)"
    In login page 101, log in process is like following:
    wwv_flow_custom_auth_std.login(
    P_UNAME => :P101_USERNAME,
    P_PASSWORD => :P101_PASSWORD,
    P_SESSION_ID => v('APP_SESSION'),
    P_FLOW_PAGE => :APP_ID||':'||:LASTPAGE
    But the thing is it does not work. Log in page still go to page 1.
    Best regards,
    Qiang.
    Message was edited by:
    user535779

    Hi Scott,
    I would like to branch at the page that I am trying to get to from page 101.
    Let say page 12 Requires Authentication
    When I am not logged in , and I try to access Page 12 , I get branched to page 101 (login page).
    Now , from page 101 , I would like to branch to the page I was trying to access , in this case Page 12
    wwv_flow_custom_auth_std.login(
    P_UNAME => :P101_USERNAME,
    P_PASSWORD => :P101_PASSWORD,
    P_SESSION_ID => v('APP_SESSION'),
    P_FLOW_PAGE => :APP_ID||:APP_PAGE_ID
    The problem is that APP_PAGE_ID contains 101 and not 12
    Francis.

  • Firefox opens to a blank page

    firefox opens to a blank page .no tabs etc

    If you want to see your tabs
    "Alt+T" (or Tools) > Options > Tabs > ...
    * [X] Always show the tabs bar
    https://support.mozilla.com/kb/How%20to%20set%20the%20home%20page
    If the complaint is about a specific page what is the url.

  • I set Start Page as my home page. Then my "Tools" & "Option"s get changed. Mozilla takes over. SpyHunter did not fix this.

    I got SpyHunter because my brower got hijacked. It fixed it...so I thought. Then they show me manually how to fix it. But there is still a problem. I set my home page as Start Page and set my "Tools","Options" the way I want. They keep getting changed to what I don't want. Start Page comes up a couple of times, then it will come up with another Mozilla tab, then it will come up as a Mozilla page all when I open the brower to surf the internet. SpyHunter is out. I am not a computer wizard, how do I get this "hidden" malware (?), spyware (?), or whatever is doing this out of my computer?
    Thanks for your help.

    You can also do a malware check with some malware scanning programs on the Windows computer.<br />
    Please scan with all programs because each program detects different malware.
    Make sure that you update each program to get the latest version of their databases before doing a scan.
    *Malwarebytes' Anti-Malware:<br>http://www.malwarebytes.org/mbam.php
    *SuperAntispyware:<br>http://www.superantispyware.com/
    *Microsoft Safety Scanner:<br>http://www.microsoft.com/security/scanner/en-us/default.aspx
    *Windows Defender: Home Page:<br>http://www.microsoft.com/windows/products/winfamily/defender/default.mspx
    *Spybot Search & Destroy:<br>http://www.safer-networking.org/en/index.html
    *Kasperky Free Security Scan:<br>http://www.kaspersky.com/security-scan
    You can also do a check for a rootkit infection with TDSSKiller.
    *http://support.kaspersky.com/viruses/solutions?qid=208280684
    See also:
    *"Spyware on Windows": http://kb.mozillazine.org/Popups_not_blocked

  • When I open a link it switches me to that tab even though under tools options tabs I unchecked "switch to new tab immediately"

    When I open a link it switches me to that tab even though under tools>options>tabs> I unchecked "switch to new tab immediately". I tried opening Firefox in Safe mode and it still switches to the new tab.

    '''[https://addons.mozilla.org/en-US/firefox/addon/mclickfocustab/ MClickFocusTab]''' {web link}
    While using mouse middle-click to open new tabs, with a short-
    time clicking to open new tabs in background, with a long-time
    clicking to open new tabs in foreground.

  • HT202225 I keep getting pop ups on my iMac for the first time in 6 years after one of my kids tried to watch football through crichd tv. safari now opens with smart search engine rather than google every time i try to open a new web page.

    Ever since one of my kids tried to watch football on a website called crichd tv I keep getting pop us come up like Mackeeper and every time i try to open a web page it comes up with Smartsearch rather than google which is my preferred search engine in preferences. I have blocked extensions and changed homepage to google but this Smartsearch keeps overriding. Also a thing called MacKeeper keeps popping up I have followed the instructions to uninstall but the file it says to move to trash from the Applications folder but it simply isn't there or anywhere else. The file to uninstall Smartsearch is also not where they say it is in Library>frameworks>
    Very frustrating from going from a perfectly working system to a now very frustrating and annoying pop ups coming uo after every time i open a new web page.
    Any help or assistance in this matter would be very much appreciated.
    Russ

    You (or your kids) inadvertently installed adware. You do not need to download or install anything to fix it.
    Any tips on how to stop it from happening?
    Yes. To learn how to avoid it in the future read How to install adware.
    If you require them, Apple's removal instructions are linked in the Recovery Procedure near the end of that document. Read and follow them carefully. Pay particular attention to the easily overlooked passages directing you to restart your Mac when required.

  • Firefox Opens the Last Page I Viewed Instead of My Home Page

    I have tried more than one solution found in your forums. Nothing has worked so far. I've put text from the solutions I've tried in the Troubleshooting Information box below.

    I have had this problem a few times and came across a solution that worked for me these are the steps i tried before it worked.
    I'm using FireFox 4.
    1. Go to Tools then options.
    2. I went to general and tried Restoring to Default that didnt work so then Cleared the History and that still didnt work.
    3. I then went to Pivacy and under History select FireFox will: Never Remember History.
    4. Close browser and it went back to my Home Page. I then went back to Tools, Options, Privacy and set FireFox back to FireFox will: Remeber History again and it worked.
    Hope this helps :)

  • Safari opening last visited page after restarting browser

    Just Upgraded to Lion, and whenever I completely quit Safari (Command+Q) and start Safari again, it reloads the page I was on when I quit.
    I checked the settings, and have it set for new windows to open home page, and home page is set to www.google.com (hitting home key takes me there)
    How do I turn off the "Revisit" setting?

    Okay, okay... apparently you have to close out of System Preferences before it takes effect, even if you go to a different section.  The solution is good.  I just wish we could specify on a per-application basis.  (I want to open my last used projects and documents; however, I don't consider web-browsing a project or a document on which I am working.)

Maybe you are looking for

  • Adding a dynamic selection to a logical database query

    Hello, I would like to add a dynamic selection to a SQ02 Infoset using logical database SDF. I need the report to show only documents created at certain dates. I've added a selection field "CR_DATE" for BKPF-CPUDT to the Infoset and added the followi

  • Shared Apple ID - How do I set up a new ID but not lose any of my apps

    Hi there, My wife and I have been sharing an Apple ID ever since she got here first iPod Touch (version 1).  She asked me to set up the Apple ID in her name as she didn't feel comfortable with iTunes and setting everything up.  When I bought my first

  • Logging into a brand new VM

    I have created, deleted and re-created a few VM's but no luck. After the VM is created, I select the VM in the portal and click "Connect". Remote Desktop tries to get to the new machine but fails. The username and password prompt does not appear and

  • F8-history does not appear

    Hi, I downloaded 1.5 with included JDK.I also have included the following lines in sqldeveloper.conf file AddVMOption -Dsun.java2d.ddoffscreen=false AddVMOption -Dsun.java2d.noddraw=true AddVMOption -Dide.update.masterserver=http://www.oracle.com/tec

  • HP Prolient DL380 G6 server. Having Teaming Duplex setting issue

    I have upgraded NIC driver and firmware and also upgraded latest NCU teaming software on our DL380 G6 windows 2k8 R2 server.  We unable to ping to server either by name or IP address, however RDP sessoin for this server are works fine, and also we ca