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. Web Development
  3. ASP.NET
  4. cookie issue

cookie issue

Scheduled Pinned Locked Moved ASP.NET
helpquestion
5 Posts 2 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.
  • _ Offline
    _ Offline
    _tasleem
    wrote on last edited by
    #1

    hi all i have a strange issue,my site save cookies when someone visit site and click on a specific button, it was working fine on IE6 and IE7, now it works fine on IE7 but not IE6, dont know what the issue is not exception is raised as well, but still cookie is not saved when i view on cookies folders,is that need some thing with user privilages or anything else dont know what is missing i have checked the privacy settings but still now working in IE6 even i have set on level to accept all cookies

    Regards. Tasleem Arif

    V 1 Reply Last reply
    0
    • _ _tasleem

      hi all i have a strange issue,my site save cookies when someone visit site and click on a specific button, it was working fine on IE6 and IE7, now it works fine on IE7 but not IE6, dont know what the issue is not exception is raised as well, but still cookie is not saved when i view on cookies folders,is that need some thing with user privilages or anything else dont know what is missing i have checked the privacy settings but still now working in IE6 even i have set on level to accept all cookies

      Regards. Tasleem Arif

      V Offline
      V Offline
      Vasudevan Deepak Kumar
      wrote on last edited by
      #2

      _tasleem wrote:

      cookie is not saved when i view on cookies folders

      Did the Request.Cookies collection in the same website show up your cookies? I believe, session cookies might not appear in the folder. Isn't it?

      Vasudevan Deepak Kumar Personal Homepage
      Tech Gossips
      A pessimist sees only the dark side of the clouds, and mopes; a philosopher sees both sides, and shrugs; an optimist doesn't see the clouds at all - he's walking on them. --Leonard Louis Levinson

      _ 1 Reply Last reply
      0
      • V Vasudevan Deepak Kumar

        _tasleem wrote:

        cookie is not saved when i view on cookies folders

        Did the Request.Cookies collection in the same website show up your cookies? I believe, session cookies might not appear in the folder. Isn't it?

        Vasudevan Deepak Kumar Personal Homepage
        Tech Gossips
        A pessimist sees only the dark side of the clouds, and mopes; a philosopher sees both sides, and shrugs; an optimist doesn't see the clouds at all - he's walking on them. --Leonard Louis Levinson

        _ Offline
        _ Offline
        _tasleem
        wrote on last edited by
        #3

        can u explain in detail. this cookie is generated in some system in IE7 and on some systems it is not generated. here is the code of that HttpCookie aCookie = new HttpCookie("SCID"); aCookie.Values[strCVal] = strCVal; aCookie.Expires = DateTime.Now.AddMinutes(5); Response.Cookies.Add(aCookie);

        Regards. Tasleem Arif

        _ 1 Reply Last reply
        0
        • _ _tasleem

          can u explain in detail. this cookie is generated in some system in IE7 and on some systems it is not generated. here is the code of that HttpCookie aCookie = new HttpCookie("SCID"); aCookie.Values[strCVal] = strCVal; aCookie.Expires = DateTime.Now.AddMinutes(5); Response.Cookies.Add(aCookie);

          Regards. Tasleem Arif

          _ Offline
          _ Offline
          _tasleem
          wrote on last edited by
          #4

          i want these cookies in cookie folder, bcos its important for me.

          Regards. Tasleem Arif

          V 1 Reply Last reply
          0
          • _ _tasleem

            i want these cookies in cookie folder, bcos its important for me.

            Regards. Tasleem Arif

            V Offline
            V Offline
            Vasudevan Deepak Kumar
            wrote on last edited by
            #5

            _tasleem wrote:

            cookie folder

            In that case, you might be dealing with persistent cookies. Are you setting the Expires and Path attributes properly?

            Vasudevan Deepak Kumar Personal Homepage
            Tech Gossips
            A pessimist sees only the dark side of the clouds, and mopes; a philosopher sees both sides, and shrugs; an optimist doesn't see the clouds at all - he's walking on them. --Leonard Louis Levinson

            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