peek at solution solve puzzle
quality: difficulty: solvability: trivial
Puzzle Description Suppressed:Click below to view spoilers
#1: bugaboo (bugaboo) on Jan 10, 2011
i didnt think you would actually do it#2: Bryan (Cyclone) on Jan 10, 2011
Heh, maybe it's overdone, but I thought it might give Tom a chuckle. =)#3: Trish (tryingmysoul) on Jan 11, 2011
Absolutely brilliant. The perfect counterbalance to #11693. Cannot be improved upon.#4: Gator (Gator) on Jan 11, 2011 [SPOILER]
Comment Suppressed:Click below to view spoilers#5: Tom O'Connell (sensei69) on Jan 11, 2011
Bryan, i'm overwhelmed at your sense of center#6: Jota (jota) on Jan 11, 2011
keep up the great work
Like O'Reilly#7: Robert Shields (skweedle) on Jan 13, 2011
Gator, Thanks for the demo. It never occurred to me that we could do that.#8: Bryan (Cyclone) on Jan 13, 2011
Hmm? I clicked it and it claimed on the new page that I wasn't logged in. Probably not the best version of link to work with; I oughta fix it in my other comment, on that puzzle, but I'm lazy ATM.#9: Joe (infrapinklizzard) on Jan 15, 2011
Bryan, if you click the "remember me" checkbox when you log in, links like this will work normally.#10: Kayla Aldridge (KMA61290) on Sep 12, 2012
Technically, the "remember me" sets a cookie which then identifies you as you. Without the "remember me" cookie, your identity is transmitted with each url as an "SID" (or session ID) which is unique to your specific log-in session. Since links like this do not include your SID, you will arrive "logged out" without the cookie.
I do have the remember me set up but when I clicked the link I was not logged in#11: Joe (infrapinklizzard) on Sep 12, 2012
Note that the "remember me" is a checkbox on the login page. It is not the same as having your browser remember your password.#12: Joe (infrapinklizzard) on Aug 4, 2022
If it still doesn't work, I'd recommend logging out (using the logout button) and then logging in again, making sure the "remember me" checkbox is checked.
Another note: Even though all sessions are via cookies now, you might still arrive at the other side of this link "logged out".#13: Valerie Mates (valerie) on Aug 6, 2022
That is because there are two domains for WebPBN: www.webpbn.com and webpbn.com. If you are logged into www.webpbn.com and click the link in #4, you will arrive "logged out" as that is a different domain.
Hm. I can add a line of code on the webserver that sets the URL to always be the same way, either with or without the initial www. That seems worth doing, so that the links that people post will work for other people. Between the two options, I'd pick webpbn.com -- without the www -- because it's shorter.#14: Joe (infrapinklizzard) on Aug 6, 2022
Most modern browsers add www. to typed URLs that don't include it. (The way to avoid it is to type in the https:// before the non-www URL)#15: Valerie Mates (valerie) on Aug 7, 2022
Hm. I don't think that's true, actually.#16: Joe (infrapinklizzard) on Aug 7, 2022
https://www.thewindowsclub.com/browser-automatically-adds-www-to-url#17: Valerie Mates (valerie) on Aug 7, 2022
(The beginning bit about caches and malware is something they add to all their "what is wrong" posts)
Well, as a counterexample: if I type cnn.com into my browser, that takes me to cnn.com, not to www.cnn.com.#18: JoDeen Mozena (ozymoe) on Aug 8, 2022 [SPOILER]
A lot of websites have instructions to the browser to add or remove the www in order to standardize URLs for the site. Like for example, if I type www.ebay.com, I am redirected to ebay.com, or if I type www.cnn.com, I end up redirected to cnn.com. That's the type of instruction that I'm thinking to add here on webpbn.
Comment Suppressed:Click below to view spoilers
Show: Spoilers
You must register and log in to be able to participate in this discussion.