Share your photos by tagging us and using the hashtag #BigGreenEgg.
Want to see how the EGG is made? Click to Watch
not staying logged in
Everyday when i check this forum, I now have to login because it says "Howdy Stranger".
Anyone else having this problem?
Anyone know what to do about it?
It used to be I could stay logged in for weeks/months.
Now I don't make it 24 hours.
Using the Black Cast Iron grill, Plate Setter,
and a BBQ Guru temp controller.
Medium BGE in custom modified off-road nest.
Black Cast Iron grill, Plate Setter, and a Party-Q temp controller.
Location: somewhere West of the Mason-Dixon Line
Comments
-
Not having that problem. What is your OS?Sandy Springs & Dawsonville Ga
-
bgebrent said:Not having that problem. What is your OS?
Do not recommend I upgrade, I have long since adopted the policy I only upgrade my OS when I buy a new computer. My days of installing an OS are long past.
Large BGE in a Sole' Gourmet Table
Using the Black Cast Iron grill, Plate Setter,
and a BBQ Guru temp controller.
Medium BGE in custom modified off-road nest.
Black Cast Iron grill, Plate Setter, and a Party-Q temp controller.
Location: somewhere West of the Mason-Dixon Line -
Used to happen to me on iPhone every day. Randomly stopped. I think Obama was doing it. At least thats what @SGH told meColumbia, SC --- LBGE 2011 -- MINI BGE 2013
-
Chubbs said:Used to happen to me on iPhone every day. Randomly stopped. I think Obama was doing it. At least thats what @SGH told me
Large BGE in a Sole' Gourmet Table
Using the Black Cast Iron grill, Plate Setter,
and a BBQ Guru temp controller.
Medium BGE in custom modified off-road nest.
Black Cast Iron grill, Plate Setter, and a Party-Q temp controller.
Location: somewhere West of the Mason-Dixon Line -
Buy a new computer then! Or reboot if you haven't tried that already.Sandy Springs & Dawsonville Ga
-
bgebrent said:Buy a new computer then! Or reboot if you haven't tried that already.
Large BGE in a Sole' Gourmet Table
Using the Black Cast Iron grill, Plate Setter,
and a BBQ Guru temp controller.
Medium BGE in custom modified off-road nest.
Black Cast Iron grill, Plate Setter, and a Party-Q temp controller.
Location: somewhere West of the Mason-Dixon Line -
Windoze..."I've made a note never to piss you two off." - Stike
-
Zmokin said:bgebrent said:Buy a new computer then! Or reboot if you haven't tried that already.Sandy Springs & Dawsonville Ga
-
It likely arose from your tendency to overwork your meatballsSandy Springs & Dawsonville Ga
-
Try clearing your cookies in your browser.Large and Small BGECentral, IL
-
saluki2007 said:Try clearing your cookies in your browser.Sandy Springs & Dawsonville Ga
-
Chubbs said:Used to happen to me on iPhone every day. Randomly stopped. I think Obama was doing it. At least thats what @SGH told me
Location- Just "this side" of Biloxi, Ms.
Status- Standing by.
The greatest barrier against all wisdom, the stronghold against knowledge itself, is the single thought, in ones mind, that they already have it all figured out. -
What @saluki2007 said ... that fixed the same problem on another forum.
Washington, IL > Queen Creek, AZ ... Two large eggs and an adopted Mini Max
-
I had to drop the question mark from my username (weberwho?) since my contact or notification page wasn't coming up. I couldn't edit my profile and I couldn't receive any notifications from forum members when using "@" with weberwho?
I never had a problem with the question mark up until 6 months ago. I emailed the forum and asked if the question mark was messing up my account. I received an email within 24 hours saying that they had to remove the question mark to make my account accessible to other forum members. It was never an issue for years but became one out of nowhere.
I'd maybe try emailing the forum and tell them your issue. Maybe it's something to do with your account. I have to admit the forum support was quick to help my issue so it might be worth mentioning to the forum moderators"The pig is an amazing animal. You feed a pig an apple and it makes bacon. Let's see Michael Phelps do that" - Jim Gaffigan
Minnesota -
WeberWho said:... I never had a problem with the question mark up until 6 months ago. ...
Washington, IL > Queen Creek, AZ ... Two large eggs and an adopted Mini Max
-
bgebrent said:saluki2007 said:Try clearing your cookies in your browser.
Large BGE in a Sole' Gourmet Table
Using the Black Cast Iron grill, Plate Setter,
and a BBQ Guru temp controller.
Medium BGE in custom modified off-road nest.
Black Cast Iron grill, Plate Setter, and a Party-Q temp controller.
Location: somewhere West of the Mason-Dixon Line -
On the laptop and the IPad Air no problem on the iPad mini daily.Niceville, Fl
-
so far, looking good after 24 hours
Large BGE in a Sole' Gourmet Table
Using the Black Cast Iron grill, Plate Setter,
and a BBQ Guru temp controller.
Medium BGE in custom modified off-road nest.
Black Cast Iron grill, Plate Setter, and a Party-Q temp controller.
Location: somewhere West of the Mason-Dixon Line -
-
Here is a step by step troubleshooting for the issue. This will help!
Over on the Microsoft Answers forum, some folks have reported that Internet Explorer doesn’t remember their login details. This is a tricky problem to troubleshoot because there are a number of different problems which get lumped together under this description, and there are a number of different causes for each problem.
Let’s break down the commonly reported problems into two cases:
- IE’s Web Forms Password Manager doesn’t work.
- Clicking “Remember me” on websites doesn’t work.
The following two sections will discuss each problem and possible causes and solutions.
Troubleshooting IE’s Forms Password ManagerInternet Explorer actually has two password managers: the WinINET-provided password manager that remembers HTTP authentication credentials, and an IE-specific password manager that remembers passwords typed into web forms. For the purposes of this post, we’re only going to be talking about the second one.
The Forms-Based Password Manager prompts you to save your password when it recognizes that you’ve filled in a login form. The prompt looks like this:
...in IE6,7, and 8. In IE9+, it is replaced by a notification bar at the bottom of the screen that offers the same options.
If you do not see this prompt, there are several possibilities:
- You have disabled AutoComplete in your browser by checking the “Don’t offer to remember any more passwords” box.
- The page has explicitly disabled AutoComplete by using the AUTOCOMPLETE=OFF attribute.
- The HTTPS-delivered page implicitly disabled AutoComplete by returning a HTTP directive forbidding caching. See below
- Internet Explorer didn’t recognize that the page had a login form.
- The login form was submitted using JavaScript.
- You previously said "No" when prompted to save your password for this username on this page.
- The Administrator disabled AutoComplete in your browser using Group Policy.
- The login form was created by JavaScript using the createElement API.
- You didn't type any letters in the Username box (using drag/drop or copy/paste instead)
You can resolve problem #1 in IE by clicking Tools > Internet Options > Content > Autocomplete > Settings and checking the User names and passwords on forms and Ask me before saving passwords checkboxes.
Issues #2 to #5 are under the control of the website, although most users won't know that (I’ve mentioned this before). There is no way for the user to resolve these problems short of asking the website to update their page.
Update: Issue #3 is only a problem for AutoComplete of non-login forms. Here's a test page showing that AutoComplete of username and password in login forms works properly even on no-cache HTTPS pages.
Case #4 is an interesting one. One possibility is that IE doesn't "see" the login form at all, for instance, because it was written using Adobe Flash, Silverlight, Java, etc). Another possibility is that IE doesn't "recognize" the form as a login form, because it contains more inputs than expected. For instance, Facebook uses a fancy login form that shows the cue text "Password" in a INPUT TYPE=TEXT control (named "Password_Placeholder") until the user puts their cursor in the box. When they do, Facebook uses CSS to hide the password_placeholder box and replaces it with a INPUT TYPE=PASSWORD box into which the user types their password. Unfortunately, while it's hidden by CSS, the placeholder is still a part of the form, and hence it's submitted with the form. Because of this extraneous INPUT TYPE=TEXT control, IE assumes that this isn't a login form and does not offer to save the password. (Using Fiddler, I modified the Facebook homepage to change the placeholder control to INPUT TYPE=HIDDEN and confirmed that this fixed the problem). Update: Facebook fixed this problem in October 2009.
Case #5 is another interesting one. If you submit a form using the JavaScript submit() method, AutoComplete will not offer to save the password. I've built a simple test page which demonstrates this. If you use the standard INPUT TYPE=SUBMIT button, you'll be prompted to save your password. If you use the button which calls the .submit() method, no prompt is shown. To workaround this issue, web developers can call the AutoCompleteSaveForm method.
Case #6 is a tough one. If you previously elected not to save your password for this username for this page , then that “Don’t Store” preference is retained and you will not be prompted to save the password for this username in the future either. There's no "good" workaround for this.
Update: There is now. :-) See https://blogs.msdn.com/b/ieinternals/archive/2010/04/09/restoring-the-internet-explorer-password-autocomplete-prompt.aspx
You can delete ALL of your passwords using the Tools > Delete Browsing History option, and this will reset all password decisions back to prompt-- but doing this will wipe all of your passwords for all sites.
If you're a technical user, there's a geeky way to get the prompt back for a specific page:
-
Get RegMon or ProcMon from SysInternals
-
Set a filter to watch the registry key containing the word "Storage2" without quotes.
-
Visit the page for which autocomplete information should be stored.
-
Watch which subkey within the Storage2 key is opened.
-
Delete (or rename) that key to remove any stored passwords or "don't store" decisions.
Case #7 occurs when your Administrator uses Group Policy to disable the AutoComplete feature. To see the Group Policy settings, click on Start and type gpedit.msc to launch the Group Policy viewer. Browse through to User Configuration, Administrative Templates, Windows Components, Internet Explorer. Check the policies for "Disable Autocomplete for Forms" and "Turn on the auto-complete feature for user names and passwords on forms." Alternatively, close IE, start Process Monitor, and filter for registry reads of keys containing the word FormSuggest.
Case #8 is something I didn't learn about until July of 2011. It turns out that most browsers (IE9, Firefox 5.01, Chrome 13) don't work properly when a login form is created dynamically using the createElement API. Here's a test page. Only Opera works properly with this test page. For what it's worth, if the test page injects a script-created form by injecting markup using innerHTML, it appears to work correctly in IE.
Case #9 is something I didn't learn about until June of 2012. If you copy/paste or drag/drop the text into the username box without ever typing any letters (even if you deleted them later), then you will not be prompted to save the password.
Note: If you see the prompt in IE9 but it immediately disappears the problem is likely that your login page immediately navigated to a page on a different domain. Many of IE9's notification bars, including this one, go away automatically when navigating to a different domain.
If, on the other hand, you do see the Save Password prompt, but the password doesn’t seem to autofill, there are several possibilities:
- The website’s login page uses paths that contain unique or changing tokens
- The website's login page deliberately randomizes the name of the form fields
- Your stored passwords are being cleared between visits
The Forms password manager is designed to recognize when you’re revisiting a login form for which you’ve previously stored a password. When you enter a username for which you’ve stored a password, the password should automatically be filled in the appropriate box.
A key point here is that IE must recognize that this is a form for which you’ve stored a password. IE’s password manager takes into account the URL (specifically the hostname + folder path + filename, not including the query string or fragment) and the name of the form fields. If the website changes these values (for instance, it stores a session identifier as a “virtual” folder in the URL), then IE will not recognize a revisit the login form and will not fill the password. Similarly, if the website changes the names of the HTML input controls, IE will not fill the password. I have encountered several sites which suffer from one or both of these problems.
Lastly, it’s possible that your stored passwords are simply being deleted. IE includes a number of features that allow you to delete your browsing history, including your stored passwords. Make sure that you have the checkbox Delete browsing history on exit checkbox unchecked inside Tools > Internet Options > General . Also, if you use the Delete Browser History command, you should uncheck the Passwords checkbox or you will lose your stored passwords. Notably, the Preserve Favorites Website Data checkbox at the top of this screen will not preserve your form data, including passwords. (Interestingly, it's impossible for the feature to keep form data. Only URL hashes are stored in the registry, so the feature cannot determine whether a piece of stored form data belongs to one of your favorite sites).
Troubleshooting Login CookiesOther users have encountered problems where a website offers a “Remember me” checkbox but that checkbox doesn’t seem to work. There are a number of possible reasons for this:
- You checked “Remember me” while in IE’s InPrivate browsing mode
- Your cookie settings restrict the server’s ability to set persistent cookies
- Your browser zones configuration is incompatible
- Your browser isn’t patched
- The website’s security policy requires an occasional login
- The website’s cookies are being cleared
Problem #1 is simple enough-- “Remember me” features typically require the server to set a persistent HTTP cookie to store your authentication information. When you are browsing in IE8’s InPrivate Browsing mode, all persistent cookies are automatically downgraded to session cookies that expire on browser exit. Also, when the browser starts an InPrivate Browsing session, the cookie jar starts out empty for that session. So, you should not expect “Remember me” to work if you either are in an InPrivate session, or checked the box in such a session.
Problem #2 occurs if you’ve adjusted your cookie settings inside Tools / Internet Options / Privacy. If you’ve changed these settings from the defaults (or if the site is constructed in an unconventional way) the site may not be permitted to save persistent cookies at all. When this is the case, the site will not be able to set persistent cookies and hence the “Remember me” feature will not work.
Problem #3 occurs on Windows Vista and above, when you have configured one subdomain to run outside of Protected Mode (e.g. put it in the Trusted Zone) and another related subdomain to run inside of Protected Mode (e.g. left it in the Internet Zone). This isn’t terribly common, but might occur if you, for instance, put login.live.com in the Trusted Zone but didn’t put mail.live.com in the Trusted Zone. The root cause of this obscure problem is that Protected Mode and non-Protected Mode do not share cookies, and hence a cookie set by a site outside of Protected Mode will not be visible to a site running inside Protected Mode, and vice versa.
In some cases, this can lead to even worse problems. For instance, consider the case where you put www.google.com in the Trusted Zone and visit www.gmail.com . If you then try to log into GMail, you will be redirected endlessly, as the login host redirects you to the application host (since the login page has the cookie and believes you're logged in), and the application bounces you back to the login page (because the application doesn't see your login cookie). Servers can prevent such loops by passing querystring parameters when redirecting so the destination knows not to immediately redirect back in a loop.
Update: I wrote a longer post about problem #3 here.
Problem #4 relates to obscure cookie-related issues in IE7 which were fixed in subsequent patches. Ensure you have the latest updates for your browser using WindowsUpdate.
Problem #5 is that some sites (particularly secure sites) will require that you periodically (e.g. every week or month) re login to help limit the risk of misuse of your credentials. Sometimes, sites will track which IP address you use to log in, and if your IP address changes (e.g. you move from one network to another with your laptop) your cached login cookies will be considered invalid.
These cases are tricky to troubleshoot because there’s no indication to the client (unless the server explicitly provides an indication) that you sent a legitimate stored cookie but security policy requires periodic re-login. You can usually only determine that this is the problem by using a network monitor (like Fiddler ). Unfortunately, even that form of troubleshooting is difficult because unless you happened to have Fiddler running at the time of the prompt, it’s usually too late (because the login form will often itself wipe your “outdated” cookie).
Problem #6 is the most common problem—the website’s cookies are simply being cleared. As noted above, there are a number of ways that this can happen: you may have IE configured to delete cookies on exit (see the checkbox Delete browsing history on exit checkbox unchecked inside Tools > Internet Options > General) . Or, perhaps you’ve deleted browser history manually using the Delete Browser History command. It’s also possible that your cookies are being cleared by another piece of software, for instance, security or privacy utilities.
Reporting ProblemsIf you find yourself encountering a problem with stored passwords, gathering the following information will help troubleshooters:
- What is the URL of the login page?
- Is the problem that you don’t see the “Save password” prompt?
- Or, is the problem that you do see the “Save password” prompt but it doesn’t seem to work?
- Or, is the problem that a “Remember me” box in the web page doesn’t seem to work?
- Have you added any sites to the Trusted Zone?
- Inside the Tools > Internet Options > Privacy screen, is the Default button disabled? If you click the Sites button, is the sites list empty?
- What addons are listed inside Tools > Manage Add-ons ? Do you have the “Windows Live Sign-in Helper” installed, for instance?
- Are you running any 3rd-party security or privacy utility software?
- If the problem is a “forgotten” login stored using “Remember me”—when did you last log into the website? Was that login from the same computer, in the same location?
While troubleshooting login problems can be quite tricky, in most cases problems are resolved by relatively simple configuration changes.
Until next time,
Eric Lawrence
______________________________________________I love lamp.. -
hahaha
______________________________________________I love lamp.. -
Wow, it would be a time saver to just re-log in every day ...
Washington, IL > Queen Creek, AZ ... Two large eggs and an adopted Mini Max
-
nolaegghead said:
Here is a step by step troubleshooting for the issue. This will help!{Big Snip of IE info}
Until next time,
Eric Lawrence
I'm using Mozilla because of IE issues, but Uh, thanks!
Large BGE in a Sole' Gourmet Table
Using the Black Cast Iron grill, Plate Setter,
and a BBQ Guru temp controller.
Medium BGE in custom modified off-road nest.
Black Cast Iron grill, Plate Setter, and a Party-Q temp controller.
Location: somewhere West of the Mason-Dixon Line -
nolaegghead said:hahahaSandy Springs & Dawsonville Ga
-
Zmokin said:so far, looking good after 24 hours
Glad I had to have to stop over-working my meatballs
Sure hope Obama doesn't screw anything else up before Trump storms into office. I like Trump, not because he is Republican, but because he is not a normal kiss-a$$ politician. I think congress needs a good shake-up and Trump is the only candidate I think will shake things up.
I'm sick and tired of the status quo for the last 2 decades, I want a shaker and mover, and Trump will definitely shake and move.
Large BGE in a Sole' Gourmet Table
Using the Black Cast Iron grill, Plate Setter,
and a BBQ Guru temp controller.
Medium BGE in custom modified off-road nest.
Black Cast Iron grill, Plate Setter, and a Party-Q temp controller.
Location: somewhere West of the Mason-Dixon Line -
What could possibly go wrong?______________________________________________I love lamp..
-
Zmokin said:Zmokin said:so far, looking good after 24 hours
Glad I had to have to stop over-working my meatballs
Sure hope Obama doesn't screw anything else up before Trump storms into office. I like Trump, not because he is Republican, but because he is not a normal kiss-a$$ politician. I think congress needs a good shake-up and Trump is the only candidate I think will shake things up.
I'm sick and tired of the status quo for the last 2 decades, I want a shaker and mover, and Trump will definitely shake and move.Sandy Springs & Dawsonville Ga -
OK, at 72 hours and still logged in, I'm considering my problem FIXED.
Large BGE in a Sole' Gourmet Table
Using the Black Cast Iron grill, Plate Setter,
and a BBQ Guru temp controller.
Medium BGE in custom modified off-road nest.
Black Cast Iron grill, Plate Setter, and a Party-Q temp controller.
Location: somewhere West of the Mason-Dixon Line
Categories
- All Categories
- 183.2K EggHead Forum
- 15.7K Forum List
- 460 EGGtoberfest
- 1.9K Forum Feedback
- 10.4K Off Topic
- 2.2K EGG Table Forum
- 1 Rules & Disclaimer
- 9K Cookbook
- 12 Valentines Day
- 91 Holiday Recipes
- 223 Appetizers
- 517 Baking
- 2.5K Beef
- 88 Desserts
- 167 Lamb
- 2.4K Pork
- 1.5K Poultry
- 32 Salads and Dressings
- 320 Sauces, Rubs, Marinades
- 544 Seafood
- 175 Sides
- 121 Soups, Stews, Chilis
- 37 Vegetarian
- 102 Vegetables
- 314 Health
- 293 Weight Loss Forum