Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Other Discussions
  3. Site Bugs / Suggestions
  4. Login problems

Login problems

Scheduled Pinned Locked Moved Site Bugs / Suggestions
comhelp
8 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    Saurabh Garg
    wrote on last edited by
    #1

    For about a month or so I am having problems with staying logged into the website. Sometimes when I visit www.codeproject.com codeproject fails to use cookies to do automatic login. Sometimes even when I have logged in and clicks on a link then the new page forgets that I am logged in. The worst case is when I type a message or answer and after clicking submit the system askes for credentials. The funny thing is that if I refresh a page couple of times then I am logged in automatically. I am using Windows 7 + IE8. I have deleted cookies and cleared temporary files but it does not help. -Saurabh

    4 C 2 Replies Last reply
    0
    • S Saurabh Garg

      For about a month or so I am having problems with staying logged into the website. Sometimes when I visit www.codeproject.com codeproject fails to use cookies to do automatic login. Sometimes even when I have logged in and clicks on a link then the new page forgets that I am logged in. The worst case is when I type a message or answer and after clicking submit the system askes for credentials. The funny thing is that if I refresh a page couple of times then I am logged in automatically. I am using Windows 7 + IE8. I have deleted cookies and cleared temporary files but it does not help. -Saurabh

      4 Offline
      4 Offline
      4277480
      wrote on last edited by
      #2

      I had the same issue. A restart solved my problem.

      S 1 Reply Last reply
      0
      • 4 4277480

        I had the same issue. A restart solved my problem.

        S Offline
        S Offline
        Saurabh Garg
        wrote on last edited by
        #3

        I am having this problem for more than a month. And of course I have restarted my computer many many times since then. -Saurabh

        1 Reply Last reply
        0
        • S Saurabh Garg

          For about a month or so I am having problems with staying logged into the website. Sometimes when I visit www.codeproject.com codeproject fails to use cookies to do automatic login. Sometimes even when I have logged in and clicks on a link then the new page forgets that I am logged in. The worst case is when I type a message or answer and after clicking submit the system askes for credentials. The funny thing is that if I refresh a page couple of times then I am logged in automatically. I am using Windows 7 + IE8. I have deleted cookies and cleared temporary files but it does not help. -Saurabh

          C Offline
          C Offline
          Chris Maunder
          wrote on last edited by
          #4

          Do you have any addins? Some anti-virus program stripping cookies? A privacy filter that's stripping cookies?

          cheers, Chris Maunder The Code Project | Co-founder Microsoft C++ MVP

          S 2 Replies Last reply
          0
          • C Chris Maunder

            Do you have any addins? Some anti-virus program stripping cookies? A privacy filter that's stripping cookies?

            cheers, Chris Maunder The Code Project | Co-founder Microsoft C++ MVP

            S Offline
            S Offline
            Saurabh Garg
            wrote on last edited by
            #5

            Yes I have addins but most of them are standard. Blog this in Windows Live Writer Send to OneNote Java Adobe PDF Link Helper Flash Digital Persona Personal Extension (Finger print scanner) IE7Pro BHO IE7Pro Preferences I use IE7Pro only for closing tabs by double clicking them. I don't use any scripts from IE7Pro. I can disable it and try for couple of days. I have Microsoft Security Essentials but I keep it disabled by default and enable it on need basis. I am not sure about IE privacy setting as I never play with them. But I will allow to always accept cookies from codeproject. Any other ideas? -Saurabh

            1 Reply Last reply
            0
            • C Chris Maunder

              Do you have any addins? Some anti-virus program stripping cookies? A privacy filter that's stripping cookies?

              cheers, Chris Maunder The Code Project | Co-founder Microsoft C++ MVP

              S Offline
              S Offline
              Saurabh Garg
              wrote on last edited by
              #6

              Okay I thought I will use FireFox for a while because it is really annoying to keep refreshing the CP pages. But I have exactly the same problem with FireFox!!! So the problem is definitely not with the browser settings. Any ideas what it can be? -Saurabh

              C 1 Reply Last reply
              0
              • S Saurabh Garg

                Okay I thought I will use FireFox for a while because it is really annoying to keep refreshing the CP pages. But I have exactly the same problem with FireFox!!! So the problem is definitely not with the browser settings. Any ideas what it can be? -Saurabh

                C Offline
                C Offline
                Chris Maunder
                wrote on last edited by
                #7

                I've never seen this myself, and aren't getting inundated with complaints about this so I'm a little stuck trying to work out what's happening. We moved to .NET4 and it's certainly throwing more errors (internally) due to that ridiculous change to RequestValidation that has been made, but if a page fails it fails - it's not going to have a problem, not log you in, and then keep going. Two things could be happening 1. Cookies are being stripped or dropped. That's an issue your end you should investigate 2. Certain pages you visit are being served to you from the cache, not live. You're logged on in one page, you request another (eg the homepage) instead of sending back the latest, your browser simply serves up an old cached version where you appear logged out. Only issue with (2) is I think you reported that you would try posting a message but it would fail because you weren't logged in. That's not a cache issue, that's a login issue, hence (1)

                cheers, Chris Maunder The Code Project | Co-founder Microsoft C++ MVP

                S 1 Reply Last reply
                0
                • C Chris Maunder

                  I've never seen this myself, and aren't getting inundated with complaints about this so I'm a little stuck trying to work out what's happening. We moved to .NET4 and it's certainly throwing more errors (internally) due to that ridiculous change to RequestValidation that has been made, but if a page fails it fails - it's not going to have a problem, not log you in, and then keep going. Two things could be happening 1. Cookies are being stripped or dropped. That's an issue your end you should investigate 2. Certain pages you visit are being served to you from the cache, not live. You're logged on in one page, you request another (eg the homepage) instead of sending back the latest, your browser simply serves up an old cached version where you appear logged out. Only issue with (2) is I think you reported that you would try posting a message but it would fail because you weren't logged in. That's not a cache issue, that's a login issue, hence (1)

                  cheers, Chris Maunder The Code Project | Co-founder Microsoft C++ MVP

                  S Offline
                  S Offline
                  Saurabh Garg
                  wrote on last edited by
                  #8

                  Thanks I will try to sniff the traffic on my machine and see whats going on. There is one last thing, I forget to mention this earlier. Look at the this image: http://www.comp.nus.edu.sg/~saurabhg/download/CP-Login-Problem.png[^]. You see the page thinks that I am not logged in but still shows my reputation. -Saurabh

                  1 Reply Last reply
                  0
                  Reply
                  • Reply as topic
                  Log in to reply
                  • Oldest to Newest
                  • Newest to Oldest
                  • Most Votes


                  • Login

                  • Don't have an account? Register

                  • Login or register to search.
                  • First post
                    Last post
                  0
                  • Categories
                  • Recent
                  • Tags
                  • Popular
                  • World
                  • Users
                  • Groups