Stories
Slash Boxes
Comments

News for nerds, stuff that matters

Gmail Accounts Vulnerable to XSS Exploit

Posted by michael on Fri Oct 29, 2004 04:27 PM
from the ooooooops dept.
mallumax writes "A security hole in GMail has been found (an XSS vulnerability) which allows access to user accounts without authentication. What makes the exploit worse is the fact that changing passwords doesn't help. The full details of the exploit haven't been disclosed. The vulnerability was reported by Israeli news site Nana. They were tipped off by an Israeli hacker. Google has been notified and they are working to close the hole. The Register has the story here."
This discussion has been archived. No new comments can be posted.
Display Options Threshold:
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
  • Oh no! (Score:5, Funny)

    by scaaven (783465) on Friday October 29 2004, @04:28PM (#10667702)
    My google stock. My poor google stock!
    • Re:Oh no! by PickyH3D (Score:1) Friday October 29 2004, @06:46PM
  • Isn't it... (Score:2, Insightful)

    just a bit irresponsible to be coming out with this before Google has had a chance to fix it?
    • Re:Isn't it... (Score:5, Insightful)

      by realdpk (116490) on Friday October 29 2004, @04:31PM (#10667732)
      (http://www.dpk.net/ | Last Journal: Friday February 11 2005, @12:22PM)
      No. Certainly not. People should be made aware of security issues. Especially for free services like this, where people have no guarantee they will ever be addressed.
      [ Parent ]
      • Re:Isn't it... (Score:4, Insightful)

        by LiquidCoooled (634315) on Friday October 29 2004, @04:33PM (#10667760)
        Its not like a local exploit where we can stop using it, or update ourselves.

        This SHOULD get maximum exposure. Maybe then the heads in google will jump on this with all their PHDs.

        As for not fixing it, I doubt thats an option. Such a monumental failure so start in their public offering will be devistating to them.
        [ Parent ]
        • Re:Isn't it... by LiquidCoooled (Score:2) Friday October 29 2004, @04:37PM
    • Re:Isn't it... by Taco John (Score:1) Friday October 29 2004, @04:32PM
    • Re:Isn't it... (Score:5, Funny)

      by moonbender (547943) <(moc.liamg) (ta) (rednebnoom)> on Friday October 29 2004, @04:33PM (#10667755)
      I guess they weren't kidding when they said it's still in beta...
      [ Parent ]
    • Re:Isn't it... (Score:4, Informative)

      by DaHat (247651) on Friday October 29 2004, @04:34PM (#10667764)
      (http://www.brendansstudentloans.com/)
      Some might agree... others would say that if that was the case, Microsoft (and others) would never fix security holes if they are not known.
      [ Parent ]
    • Re:Isn't it... (Score:5, Insightful)

      Yes and no.

      Yes - Google should have the opportunity to fix this appropriately, not racing against the slew of hackers, crackers, and script kiddies that want to exploit it.

      No - People should aware of security risks in the software, hardware, etc. that they use and upon which they rely.

      Personally, I prefer to inform the company of vulnerabilities and offer to help fix them. It's helped me land clients and discredit competitors.
      [ Parent ]
      • Re:Isn't it... (Score:5, Interesting)

        I did see an XSS proof-of-concept exploit (maybe yours) where the hacker imitated a Google page asking the user to pay for Google use. It was quite convincing.

        In that case, the exploit had been known for a long time. In the interest of protecting the not-so-savvy (read: gullible) users, publicity may get the attention needed for them to do their jobs. Giving them a reasonable chance to respond with their fix. Two years is way more than reasonable.

        To play devil's advocate, I'd say that it's not your responsibility to make sure their site is secure. If they want to leave it there, they can - and publicizing it is simply going to hurt those users that you'd seek to protect. It'll end up hurting Google in the end anyway.

        Personally, I prefer to do a "good deed" and help make the web a little safer for people like my wife's grandparents.
        [ Parent ]
        • Re:Isn't it... by JibberJim (Score:2) Friday October 29 2004, @06:44PM
        • 1 reply beneath your current threshold.
      • 1 reply beneath your current threshold.
    • Re:Isn't it... by Saratoga C++ (Score:2) Friday October 29 2004, @06:46PM
    • Re:Isn't it... by PickyH3D (Score:1) Friday October 29 2004, @06:49PM
  • Google needs to toss its cookies... (Score:5, Informative)

    by LostCluster (625375) * on Friday October 29 2004, @04:29PM (#10667713)
    The articles reveal that the basic design of the bug is to snatch the victim's cookie, and then the hacker can use that cookie to get into the account forever more. That cookie will always lead to the victim's account no matter what... even if they log out, even if they change their password, the cookie will still be valid authentication.

    The XSS part is just an example of a way to steal the user's cookie. Clearly, any other way you can think of to grab a cookie file would work just as well.

    It's a surprisingly bad design by Google standards. By assigning an forever-good cookie value each users account, it eliminates the need to re-login at home after using GMail at a public terminal, but the problem is if that cookie value ever falls into enemy hands the account is compromised and cannot be re-secured. Re-assigning the cookie value at each logon is the more traditional way of securing such things, although that means users who hop between more than one computer or even browser would have re-authenticate every time they changed.
  • Oh my god! (Score:5, Funny)

    by Zangief (461457) on Friday October 29 2004, @04:29PM (#10667715)
    (http://impulsosolar.cl/ | Last Journal: Tuesday October 05 2004, @04:57PM)
    Maybe some hacker will make a program to break into every gmail account, read their mail, and send them ads about what people are talking about in mails!!!
    • 1 reply beneath your current threshold.
  • by checkitout (546879) on Friday October 29 2004, @04:31PM (#10667730)
    Cross site scripting should not be considered a vulnerability.
    • Re:XSS isn't that big a deal (Score:5, Insightful)

      Well, the problem is that we're looking at each individual XSS exploit as a vulnerability when we should be looking at XSS itself as an unwholesome feature in general.

      Like when we started treating e-mail as a file transfer protocol, or when documents began to contain executable content, XSS gives an avenue of attack by adding a new and unrequested behavior to something that used to be secure. We need to reduce these channels of exploitation if computers are going to become secure -- especially as we head towards a homogenized environment on the Internet with regards to executable code (.NET/Java).

      [ Parent ]
      • Re:XSS isn't that big a deal (Score:5, Interesting)

        by phasm42 (588479) on Friday October 29 2004, @04:46PM (#10667875)
        XSS is not the real problem here. The real problem is that the cookie can be used to authenticate an account. If you get a copy of the cookie and take it to another machine, you could log on using that cookie, even after the cookie has expired. This is a poor design, and XSS is just one way to exploit this. Another would be to simply copy Mozilla's cookies.txt file, or whatever browser you use. Or to sniff out the cookie over the network and use it from then on.
        [ Parent ]
      • Re:XSS isn't that big a deal by jesser (Score:2) Friday October 29 2004, @05:34PM
    • 2 replies beneath your current threshold.
  • sweet grapes (Score:5, Funny)

    by yahyamf (751776) * on Friday October 29 2004, @04:32PM (#10667744)
    I waited so long to get a Gmail account, I don't care if it sucks now... I also like Doom3...
  • Cookie file (Score:2)

    by crow (16139) on Friday October 29 2004, @04:33PM (#10667756)
    (http://www.votecrow.com/ | Last Journal: Monday July 01 2002, @01:30PM)
    So isn't the real issue that there are bugs that allow your cookie file to be exposed? Shouldn't those be considered critical security bugs regardless of what Google does?
    • Well no. by SmallFurryCreature (Score:2) Saturday October 30 2004, @05:45AM
  • The first person to fix the exploit will get a FREE GMAIL INVITE!
  • Danger, Will Robinson (Score:1, Redundant)

    by d_jedi (773213) on Friday October 29 2004, @04:35PM (#10667778)
    Holy $!@#)( this is bad news. Let's hope the Google people resolve this very, very quickly.. or I'm switching e-mail providers (yet again).
  • Other bugs?? (Score:4, Interesting)

    by Anonymous Coward on Friday October 29 2004, @04:35PM (#10667779)
    Did anybody else notice when they were coming up with unique login names when they first set up their gmail account that oftentimes the "Blahblah@gmail.com is taken" message would often be some other email address somebody else was trying? I mean, if you tried "johndoe@gmail.com" and it was taken, sometimes it would respond with "joeschmoe1234@gmail.com is already taken, try again".
    • Re:Other bugs?? by Anonymous Coward (Score:1) Friday October 29 2004, @05:37PM
      • Re:Other bugs?? by themoodykid (Score:1) Friday October 29 2004, @05:41PM
        • 1 reply beneath your current threshold.
    • 1 reply beneath your current threshold.
  • PSA: XSS cookie theft (Score:5, Informative)

    by whovian (107062) on Friday October 29 2004, @04:37PM (#10667793)
    Never heard of XSS until now (like me)? Here is one summary one summary [cgisecurity.com] of what the cookie theft looks like.
    • 1 reply beneath your current threshold.
  • it IS a beta... (Score:1, Redundant)

    by jathan88 (820298) on Friday October 29 2004, @04:37PM (#10667795)
    As the article points out, it's a good thing that this was found before Gmail went into "official" release. I think it's great that Google *admits* that the product is still in beta, instead of releasing it as is and pretending that it's a polished product.

    Anybody who uses a beta product for critical email shouldn't be entirely surprised when they run into trouble...

    • Re:it IS a beta... by YrWrstNtmr (Score:2) Friday October 29 2004, @04:44PM
      • Re:it IS a beta... (Score:5, Informative)

        by RetroGeek (206522) on Friday October 29 2004, @05:12PM (#10668083)
        (http://slashdot.org/)
        Beta should be reserved for functionality, GUI, and interoperability issues.

        No that is alpha. Once all the functionality is complete, the GUI has been approved, and the application can talk to the other applications it needs to, THEN the product goes into beta testing.

        Beta is there to locate any bugs which made it past the alpha testers. Beta apps are considered feature complete.
        [ Parent ]
      • Re:it IS a beta... by kormoc (Score:2) Friday October 29 2004, @05:16PM
      • Re:it IS a beta... by ultranova (Score:2) Friday October 29 2004, @05:43PM
    • Re:it IS a beta... (Score:5, Insightful)

      by buzzini (177741) on Friday October 29 2004, @04:46PM (#10667878)
      Labeling something "beta" almost indefinitely should not be a get-out-of-jail-free card. It seems to me that once a product is in fairly widespread use -- once a product has a marketing plan behind it -- saying "no fair, it's a beta!" is a little disingenuous.
      [ Parent ]
      • Re:it IS a beta... by pipingguy (Score:3) Friday October 29 2004, @05:32PM
        • 1 reply beneath your current threshold.
      • Re:it IS a beta... (Score:5, Insightful)

        by WIAKywbfatw (307557) on Friday October 29 2004, @05:44PM (#10668401)
        (Last Journal: Tuesday September 06 2005, @12:39PM)
        Care to explain what marketing plan for Gmail you've seen? So far, Google has issued a couple of press releases - announcing its intention to offer email services, etc - but nothing more than that, and it's made it repeatedly clear that the service is in beta.

        Have you ever seen more than that? Have you seen any advertising (banner or otherwise) for the service? Just how do you contend that Google is marketing it?

        And how the hell are you defining "fairly widespread use"? Just how many Gmail accounts do you think there are? 100,000? A million? Well, in comparison, how many Microsoft Hotmail or Yahoo Mail accounts do you think there are out there? I'd be surprised if Gmail had even a hundredth of the user base that its key competitors possess.

        Gmail is in beta. Until they say it's not in beta please accept that nothing should be taken for granted. And the fact is that even "shipped" products aren't error free, so either learn to accept that things sometimes go wrong with software or just stop using a PC altogether.
        [ Parent ]
      • Re:it IS a beta... by vkapadia (Score:1) Friday October 29 2004, @05:45PM
      • Re:it IS a beta... (Score:5, Informative)

        Labeling something "beta" almost indefinitely should not be a get-out-of-jail-free card. It seems to me that once a product is in fairly widespread use -- once a product has a marketing plan behind it -- saying "no fair, it's a beta!" is a little disingenuous.

        I highly disagree. When I use a product which is in "Beta" I do not expect it to meet the same level of stability/security etc. To do so is rediculous - anyone who develops software should understand why products of this kind require an extended beta period. It's definitely the best time to make last minute changes, adjustments, and to find problems like this. Finding these problems is the whole point of it being Beta in the first place. Anyone who's using this service for anything important, and then complaining about problems they have (other than as normal beta feedback) is being unreasonable!

        From their Terms of Use [google.com]:
        you understand and agree that the Service is provided on an AS IS and AS AVAILABLE basis.
        Their terms of service are very short, and easy to understand (not like most software agreements) and use of gmail is not only FREE, but it's entirely optional. No one's making you use it. People should not have the same level of expectation for this new service as they do of the original search engine, and if they, that's their own ignorance.

        I also highly doubt that this beta period will last that much longer. GMail is becoming popular enough that the bugs and changes should be done soon.

        Cheers,
        Justin
        [ Parent ]
      • Of course it is. by fireboy1919 (Score:2) Friday October 29 2004, @06:08PM
      • 1 reply beneath your current threshold.
    • beta means nothing.. by Gentlewhisper (Score:1) Friday October 29 2004, @06:43PM
    • 2 replies beneath your current threshold.
  • The Nana article says that it works by stealing your cookies, so I don't think the problem should last longer than two weeks, since that's how long the Gmail cookies are supposed to be good for.

    I've been using the Gmail account for stuff I could afford to lose, since there doesn't seem to be any way to shift it in bulk to my home computer. Now I'm really glad I didn't use it for anything important.

  • Need more than just the username (Score:5, Informative)

    by Dominic_Mazzoni (125164) on Friday October 29 2004, @04:40PM (#10667818)
    (http://dominic-mazzoni.com/)
    I may be misinterpreting the story, but it sounds to me like you need more than just the username: you need to actually trick the user into giving you their GMail cookie by phishing. Obviously, this is a huge security hole and Google should fix it immediately, but it's not quite the same as the Hotmail backdoor from last year, which didn't require phishing at all. As long as you don't ever click on a link that sends you to GMail from an untrusted source, you should be safe.
  • by bill_kress (99356) on Friday October 29 2004, @04:44PM (#10667856)
    They caught this problem in beta, just as should be done! Bravo!

    Brings some true professionalisim to an industry where companies actually ship/sell products with bugs like this all the time.
  • Easy Fix: (Score:5, Insightful)

    by thesandtiger (819476) on Friday October 29 2004, @04:50PM (#10667915)

    1) Gmail plugs the hole.

    2) They change the cookie validation test script in this case to require a different cookie than ones that were being given while the exploit was active.

    3) When a counterfeit cookie (or any of the old cookies) tries to validate it's immediately seen as invalid, and the user is then made to login.

    Of course, if someone already got at your stuff, well, that's bad.

    • Re:Easy Fix: by thesandtiger (Score:1) Friday October 29 2004, @05:08PM
  • That sound you hear.... (Score:1, Funny)

    by Anonymous Coward on Friday October 29 2004, @04:54PM (#10667944)
    We forgive you google, we wuv google, googie does no wrong, WE FORGIVE U GOOGIE!!!

  • Nana? Anan? (Score:1)

    by tsager (196659) on Friday October 29 2004, @04:55PM (#10667952)
    (http://toe.ch/ | Last Journal: Friday October 29 2004, @05:11PM)
    No no no, they got it all backwards!

    (I bet they meant liamG to be vulnerable)
  • Wives (Score:5, Funny)

    by mekanizer (823259) on Friday October 29 2004, @04:55PM (#10667954)
    Time to read our wives e-mail to see if they are cheating or something.
    • Re:Wives by Anonymous Coward (Score:1) Friday October 29 2004, @05:16PM
      • Re:Wives by JohnFluxx (Score:2) Saturday October 30 2004, @01:50PM
    • Re:Wives by Monoman (Score:2) Friday October 29 2004, @05:56PM
    • Re:Wives by nytes (Score:1) Friday October 29 2004, @06:00PM
    • Re:Wives by spacefrog (Score:2) Friday October 29 2004, @07:17PM
    • Re:Wives by jcuervo (Score:1) Friday October 29 2004, @10:20PM
    • Re:Wives by rthille (Score:2) Sunday October 31 2004, @09:33AM
    • Re:Wives by Anonymous Coward (Score:1) Friday October 29 2004, @05:57PM
    • 1 reply beneath your current threshold.
  • Well this would have been.. (Score:2, Interesting)

    by Tracer_Bullet82 (766262) on Friday October 29 2004, @05:04PM (#10668020)
    news to me, if I could access the damn accounts.

    had to tell people to revert to my old e-mail, since invariably I cannot open it.

    Crossing my fingers, these issues will be solved in beta.
  • Not a real problem. (Score:5, Insightful)

    by NotoriousQ (457789) on Friday October 29 2004, @05:06PM (#10668039)
    (http://slashdot.org/)
    No worries! Remember it is still a beta. It is not like anyone will use this for a serious purpose.
  • overstatement of exposure (Score:3, Insightful)

    by elmegil (12001) on Friday October 29 2004, @05:21PM (#10668183)
    (http://slashdot.org/ | Last Journal: Wednesday March 07 2007, @09:12PM)
    "Because Gmail offers a gigabyte of storage, several times bigger than most other web based mail services, users hardly delete any old correspondence", says Goldshlagger. "The result is a huge amount of mail accumulating in the users' boxes, which frequently include bank notices, passwords, private documents and other files the user wanted to backup. Who ever takes a hold of this data, could literally take over the victim's life and identity".

    If you've got ALL THAT INFORMATION already migrated to a BETA service that's been around for ... a handful of months, you're pretty foolish. As far as it goes, I specifically DON'T have anything particularly importang going to my gmail account for exactly this reason--it's unproven as of yet. In fact, I had a two week outage, totally unable to use my gmail box, for uknown reasons. After working with the GMail team, it got fixed, but they never told me the actual cause. Yet another reason not to trust BETA software/services with really crucial information.

    And before all the 'bots claim I'm bashing google, quite the contrary. I love GMail. But it's like any other BETA product right now--still working out the kinks.

  • by cjasonm (778725) on Friday October 29 2004, @05:42PM (#10668389)
    is apparently available here [pbskids.org]
  • Um, isn't it true that the hacker would need to be able to get the cookie off the luser's workstation first? Anybody ever heard of a client firewall?
    • 1 reply beneath your current threshold.
  • Fixed Perhaps? (Score:4, Interesting)

    by mla_anderson (578539) on Friday October 29 2004, @06:39PM (#10668804)
    (http://127.0.0.1/)

    I wonder if they fixed it. My session was just expired and I had to login in again. (My latest two week session ended a couple days ago.)

  • by vally_the_poo (811216) on Friday October 29 2004, @06:40PM (#10668816)
    is there anyone still interested ?
  • I was using the "don't ask my password for two weeks" feature - Gmail just logged me out although the two weeks aren't up, and after logging in again I had a session ID tacked on to the URL like this:

    http://gmail.google.com/gmail?_sgh=2f3ab242adinf in itum

    which I've never seen before.

    I think it'll be a long Friday night at the 'Plex.
  • Perhaps it's time... (Score:1, Interesting)

    by Anonymous Coward on Friday October 29 2004, @06:49PM (#10668876)
    ...for Google to start hiring some computer security geeks in addition to the math geeks they've been so aggressively pursuing. Last week is was Google Toolbar that was found to be hole-ridden. This week it's gmail.

    • 1 reply beneath your current threshold.
  • The Microsoft argument (Score:3, Interesting)

    by nonicenamesleft (826555) on Friday October 29 2004, @08:55PM (#10669460)
    I know this group loves to hate Microsoft, but this story rings a bell in my head about the argument Microsoft always gives about its vulnerabilities being discovered the most cos hackers are more interested in finding them. With google having acquired a close to God status with its amazingly engineered products, those same hackers are now targetting its holes (pun intended).

    This story talks about this vulnerability in google which allows somone to replace the google page with a simple form telling the user that google is now a subscription service and asking for their credit card details. http://www.theregister.co.uk/2004/10/21/google_des ktop_security_vuln/ [theregister.co.uk]

    Is closed-source software always going to be insecure because some hacker somewhere has issues with it? I hope not - cos writing closed source software is my bread and butter.

    With google's empire growing the way it is, I wonder if it is the next Microsoft? I sincerely hope not!

  • Could you guys at least have the courtesy of deleting all of those ads for mortgage applications? I'm sick of doing it myself.
  • I sent an email to myself @gmail welcoming any hackers who may be interested in my account!
  • Gmail down now (Score:1)

    by cyberzephyr (705742) on Wednesday November 03 2004, @12:19AM (#10707682)
    (Last Journal: Saturday October 02 2004, @11:19AM)
    Now Gmail is down. anyone got a reason?
  • Re:doh (Score:1, Funny)

    by LiquidCoooled (634315) on Friday October 29 2004, @04:44PM (#10667857)
    Sorry, google only allows usernames with 6 characters or more.

    Please enter a longer name, or choose from the following selection:

    Dodiddleyoh@gmail.com
    Dangdiddleydoh@gmail.com
    ArghhhhDoh@gmail.com
    [ Parent ]
  • by psbrogna (611644) on Friday October 29 2004, @04:51PM (#10667920)
    Context ID's of course have to be validated so they're invalidated if used from an IP other then the one they were created for.
    [ Parent ]
  • by over_exposed (623791) on Friday October 29 2004, @04:53PM (#10667938)
    (http://www.naner.org/)
    Just a handful? Check again pal. Every week or so, I get six more invites to hand out and do so diligently. I've done this many many times. I know dozens of other people who do the same. Initially, a handful of people got accounts 0- probably several thousand... then they invites six buddies (or five buddies and made a spam account for themselves). Those five or six buddies invited five or six of their own... etc. etc. etc. I don't know hard figures, but there are very likely tens if not hundreds of thousands of GMail users, possibly more.
    [ Parent ]
    • 1 reply beneath your current threshold.
  • by iMaple (769378) on Friday October 29 2004, @05:07PM (#10668042)
    what's the difference if a few Hackers get a hold of your account?

    You know its not just as simple as you think. I mean I dont care if a few hackers read my email, but what if they decide to use sensitive info in it or delete it.

    I run an e-business from Nigeria and earn some money in the process. People email me their bank account numbers, creditcard numbers ,SSNs and what not (I am creative). Now if some immoral hacker got hold of that data , the poor users would be duped twice, and I would feel really bad abt it (I mean I could have got twice the money myself if I wanted). So I request Gmail to help the Nigerian revolution and our fight against AIDS and dictators and fix the bug as soon as possible.
    [ Parent ]
  • by Tracer_Bullet82 (766262) on Friday October 29 2004, @05:11PM (#10668078)
    through..

    One : Good PR
    Two : "Branding"
    Three : User Satisfaction

    Which one GOOG use?
    [ Parent ]
    • 1 reply beneath your current threshold.
  • by psbrogna (611644) on Friday October 29 2004, @05:16PM (#10668141)
    Ummm- no it's not. Once more, for the cheap seats- The context ID is only valid from the IP address it was created for and within a certain window of time since last reference.
    [ Parent ]
  • by bheer (633842) <rbheer@gm a i l .com> on Friday October 29 2004, @05:22PM (#10668190)
    If browsers would just generate a GUID during installation and then have that be part of the HTTP stream there'd be no reason for cookies at all.

    So, instead of cookies which I can erase or disable, you want my browser to generate one unique ID (based, in most implementations, on my MAC address) at install time that'd work across sites and send it to servers automatically? Love the privacy implications of that.
    [ Parent ]
    • Re:cookies are the root of all evil by psbrogna (Score:1) Friday October 29 2004, @05:28PM
      • Re:cookies are the root of all evil by NichG (Score:2) Friday October 29 2004, @05:35PM
      • Re:cookies are the root of all evil (Score:4, Interesting)

        by bheer (633842) <rbheer@gm a i l .com> on Friday October 29 2004, @05:49PM (#10668448)
        > Cookies compromise privacy in the same way,

        No. Cookies are not the same across sites. Since each site comes up with its own cookie encoding scheme, data sharing becomes difficult (barring schemes like Passport: one reason why Passport in its original form was so creepy). Today, with fine-grained cookie managers (Moz, Opera) you can browse the web pretty privately, at least wrt cookies.

        Incidentally, Real once got a lot of flak for incorporating just this feature into Realplayer, all the privacy arguments made then are true now as well.

        Classic cookies are supposed to be opaque keys, but in reality people do use them for storing nonsensitive information, like stylesheet info. Your proposal would increase the hassle these people have to go through.

        > but also can give the client state control if not used properly

        rm if not used properly can hose your $HOME. A backup script used by a technician at your ISP used improperly can hose your Maildir. Doesn't mean rm or backup scripts are bad.

        Btw, if you don't like client-side state, I suggest you get prepared for more unpleasantness: I'm predicting in 2-3 years we'll see the first browsers with more sophisticated client state management that'd allow browsers to work with websites (even app-centric websites like Gmail and Flickr) offline.
        [ Parent ]
    • Re:cookies are the root of all evil by psbrogna (Score:1) Friday October 29 2004, @05:33PM
    • Re:cookies are the root of all evil by Lehk228 (Score:2) Friday October 29 2004, @11:35PM
      • 1 reply beneath your current threshold.
  • by VidEdit (703021) on Friday October 29 2004, @05:26PM (#10668232)
    Troll? While I didn't necisarily think the parent post would be moded up, I certainly don't think it deserved a -1! Sigh, out of my hands...I certainly didn't mean to be a troll. I do think that it is legitimate to point out that email is plaintext and that GMail accounts are, in certain ways, already compromised. Seems people are very protective about their GMail...
    [ Parent ]
  • Re:Hmmm.... (Score:2, Insightful)

    by Anonymous Coward on Friday October 29 2004, @05:27PM (#10668245)
    Free Flat Screen HERE!

    Please put your fucking "free stuff" spam in your sig, so those of us who turn sig display off to avoid having to read "free stuff" spam don't have to read it. Thank you.
    [ Parent ]
  • Re:OS wars! (Score:2)

    Yeah, the authentication scheme for a web service is always integrated into the OS.
    [ Parent ]
    • Re:OS wars! by ozric99 (Score:2) Friday October 29 2004, @10:30PM
  • Re:Hmmm.... (Score:1)

    by rbenech (97413) on Friday October 29 2004, @06:55PM (#10668906)
    > Free flat Screen HERE!

    SPAM in slashdot posts are rude.
    [ Parent ]
  • Re:Hmmm.... (Score:2)

    by irc.goatse.cx troll (593289) on Friday October 29 2004, @09:16PM (#10669557)
    (Last Journal: Saturday September 20 2003, @01:55PM)
    MOD PARENT -1, DESERVES TO BE BITCHSLAP.PL'D FOR SPAMMING SLASHDOT.
    (see sig.)
    also, you're an idiot. just so you know.
    [ Parent ]
  • 27 replies beneath your current threshold.