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.)

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".

  • 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

  • IE 11 links open to Blank page after last Window update

    IE 11 links open to Blank page after last Window update, I tried every trouble shooting and suggestions I could find in all forums but to no avail.
    Operating system Win 8.
    will try any suggestions and report back.

    Hi,
    Not sure whether you have tried these methods, if yes, keep trying the others.
    1.Run IE with no add-ons firstly.
    Click Start -> All Programs -> Accessories -> System Tools -> Internet Explorer (with no add-ons).
    If works, please follow the steps to narrow down which add-on cause the issue.
    Start IE>Press Alt to show the menu bar>On the Tools menu, click manage add-ons>under show, click All add-ons>disable half add-ons one time for quick narrow down>restart IE.
    2.Try resetting IE.
    Start IE>Press Alt to show the menu bar>On the Tools menu, click Internet options>Advance>Reset>restart IE.
    3. This is caused due to some registry problems occurred. To resolve this issue, follow the below steps:
    Click Start, click All Programs, click Accessories, right-click Command Prompt, and then click Run as administrator.
    Type regsvr32 actxprxy.dll in the Open box, and then click OK.
    If the command was successfully executed, you will receive the message ‘DllRegisterServer in actxprxy.dll succeeded’ window.
    Restart the Internet Explorer
    4.if still not work, run system restore.
    Start>type system restore in the search box>click system restore>follow the steps in the wizard to choose a restore point.
    For more information, please see:
    Nothing happens when you click a link in Internet Explorer
    http://support.microsoft.com/kb/175775/en-us#method4
    Hope this helps,
    Ada Liu
    TechNet Community Support

  • Safari still remembers web pages after RESET.

    Safari still remembers web pages after RESET.
    Is this a bug in new safari alot of people are having issues !!

    Ah found it, after reset it will still show purple links like they have been visited. To stop it reset then Quit safari and re-open.
    also new great Cleaner for windows is now avalible for MAC cool
    http://www.piriform.com/mac/ccleaner

  • 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.

  • 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.

  • Unable to open WebIC default page in the browser

    Hi Experts,
    When I am trying to open WebIC default page in the browser, below error is occuring. I am using CRM5.0 system.
    Note
    The following error text was processed in the system XXX : Exception condition "HTTP_COMMUNICATION_FAILURE" raised.
    The error occurred on the application server XXXXXX_XXX_00 and in the work process 0 .
    The termination type was: RABAX_STATE
    The ABAP call stack was:
    Method: IF_HTTP_CLIENT~RECEIVE of program CL_HTTP_CLIENT================CP
    Method: CREATE_SESSION of program CL_SAM_BSP_SESSION_LAUNCHER===CP
    Method: START_WORKER_SESSION of program CL_ICWC_SESSION_REGISTRY======CP
    Method: ONCREATE of program CLO23UTXK1DHIM8WX0QZD2TBW2KZ9CP
    Method: %_ONCREATE of program CL_O23UTXK1DHIM8WX0QZD2TBW2KZ9CP
    Method: DO_INIT of program CL_BSP_PAGE===================CP
    Method: GET_PAGE_CONTEXT_CURRENT of program CL_BSP_CONTEXT================CP
    Method: ON_REQUEST_ENTER of program CL_BSP_RUNTIME================CP
    Method: ON_REQUEST of program CL_BSP_RUNTIME================CP
    Method: IF_HTTP_EXTENSION~HANDLE_REQUEST of program CL_HTTP_EXT_BSP===============CP
    Please help me in resolving this issue.
    Thanks & Regards,
    jp

    I'd suggest looking that these notes
    1045941 - HTTP Client: Incorrect request URI II
    Note 1144511 - Blank screen when starting CRM WebClient or IC WebClient
    1244321 - Simplifying error analysis in CRM WebClient UI
    1242835 - IDES CRM 2007
    1168941 - Simplifying system setup  
    612670 - SSO for local BSP calls using SAP GUI HTML Control

  • Firefox constantly freezes on the screen. firefox not responding warning appears on the top of left on the screen. The problem is occuring since last week. After restarting firefox, properly working untill the new prob. come

    Firefox constantly freezes on the screen. firefox not responding warning appears on the top of left on the screen. The problem is occuring since last week. After restarting firefox, properly working untill the new prob. comes.

    The default of the pref network.http.max-connections has been increased from 30 to 256 in Firefox 6+ versions.
    Try to decrease the value of the pref <b>network.http.max-connections</b> from 256 to 30 as used in Firefox 3 versions.
    *https://support.mozilla.com/kb/Firefox+never+finishes+loading+certain+websites
    See also:
    *http://blog.bonardo.net/2011/09/30/is-your-firefor-freezing-at-regular-intervals
    *Places Maintenance: https://addons.mozilla.org/firefox/addon/places-maintenance/

  • 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\

  • Safari opens to a page other than what I've defined in Preferences

    This has me stumped...
    I'm running Mountain Lion 10.8.4.  When I open Safari (6.0.5), it does not open the homepage (Google).  Instead, it automatically opens another website (http://pregnant.thebump.com/pregnancy-week-by-week/25-weeks-pregnant.aspx?MsdVis it=1). However, if I click the Home button on the browser, it does go to my homepage.   This happens every time Safari is opened, regardless of the last page or tabs that were open the last time Safari was closed.  This only happens with my wife's user, and only in Safari. It does not occur if I open Chrome as her user.  Things I've tried...
    Resetting the homepage preferences in Safari / Preferences.
    When I go to Safari / Extensions, there are no extensions listed. When I go to home folder / Library / Internet Plugins, the only one in there is Picasa.plugin.  I tried moving it to the desktop, resetting Safari, closing Safari, and the problem still exists when I open Safari back up.
    I tried something similar with the Mac HD / Library / Internet Plugins folder.  Took them all to the desktop, reset Safari, closed Safari, opened Safari.  Problem still exists.
    I've tried the Devolop / Empty Caches menu item.  I've tried “sudo killall -HUP mDNSResponder” in Terminal to reset the DNS.
    The only thing that seems to work is when I hold Shift as I open Safari. Only if I do that does it correctly go to the homepage.  I'm out of ideas.  Help?

    Back up all data.
    Triple-click the line below on this page to select it:
    ~/Library/Saved Application State/com.apple.Safari.savedState
    Right-click or control-click the highlighted line and select 
    Services ▹ Reveal
    from the contextual menu.* A folder should open with an item selected. Quit the application if it's running. Move the selected item to the Trash. Relaunch the application and test.
    *If you don't see the contextual menu item, copy the selected text to the Clipboard (command-C). In the Finder, select
    Go ▹ Go to Folder...
    from the menu bar, paste into the box that opens (command-V). You won't see what you pasted because a line break is included. Press return.

  • Safari--open in new page--pop under?

    Is there a Safari preference setting that causes new pages to load under the one currently being read instead of on top? I like the sort-of tabbed browsing, but most often, I want to read the linked page only after I've finished the page I started with. As it is now, I see something I want to look at later, click open in new page and am automatically zipped over to it, so I have to switch back to the original page, then wait for it to reload. What sane person uses the Internet the way it does now?!?
    Should I submit it as a bug if there is no way to fix this?

    Easterling wrote:
    Is there a Safari preference setting that causes new pages to load under the one currently being read instead of on top? I like the sort-of tabbed browsing, but most often, I want to read the linked page only after I've finished the page I started with. As it is now, I see something I want to look at later, click open in new page and am automatically zipped over to it, so I have to switch back to the original page, then wait for it to reload. What sane person uses the Internet the way it does now?!?
    Should I submit it as a bug if there is no way to fix this?
    It's not a bug. It's how Mobile Safari works on the iPhone, iPod and iPad. I've gotten used to it, and I'm quite sane! It was annoying at first, now I don't even think about it. Remember, there's limited real estate on the iPad to implement everything we would want. It is supposed to be a stripped down version of a full powered browser, to make it load faster with less bandwidth, to make it visible on the screen, etc. I think it's a good compromise.
    But if you want to make a suggestion to improve it, go to http://www.apple.com/feedback/ipad.html

  • How does Craigslist remember my last visited location in private browsing?

    This is for a Mac running OSX 10.8 using private browsing with no exceptions of any kind for any site..
    I use a Craigslist bookmark for, say Pittsburgh. I then switch inside CL to, say, Los Angeles CL. I then close FF.
    I restart FF and using my Craigslist bookmark for Pittsburgh I log in to CL again.
    This is when the problem starts: Little Snitch (a program that alerts you to outgoing internet connections) asks for permission to log in the the Los Angeles site that I logged out from and restarted FF. SO CL KNOWS MY LAST VISITED CL SITE after I shut down FF
    How is this happening and how can I stop it? And why does private browsing let it happen?

    are you logging in to your CL account while using private browsing? (private browsing will only take care of traces left on your computer, but can't control what a website is doing with data that's available)

  • When I upgrade to FF 26 on my PC laptop, I am no longer able to open any web pages on any browser. Help

    Whenever I upgrade to FF 26 on my pc laptop I am no longer able to open any web pages on my laptop in any browser. If I reset my system to a previous date I am good to go. Any ideas on what may be going on or how to troubleshoot it? I am not a technical person - btw
    My connection to the internet still shows as connected, but I cannot open any web pages.
    thanks,
    Bill

    Is this happening on a computer running Windows (you posted with as Mac)?
    If this is an issue on a Windows computer:
    It is possible that security software (firewall, anti-virus) blocks or restricts Firefox or the plugin-container process without informing you, possibly after detecting changes (update) to the Firefox program.
    Remove all rules for Firefox and the plugin-container from the permissions list in the firewall and let your firewall ask again for permission to get full unrestricted access to internet for Firefox and the plugin-container process and the updater process.
    See:
    *https://support.mozilla.org/kb/Server+not+found
    *https://support.mozilla.org/kb/Firewalls
    *https://support.mozilla.org/kb/fix-problems-connecting-websites-after-updating

Maybe you are looking for