Session Cookies Blocked by latest updates of IE

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Jollyguy4all

    Session Cookies Blocked by latest updates of IE

    Hi,

    I am using sessions for my applications and it was working perfectly
    fine until IE came up with its latest security patch which disables
    session cookies by default and increases the security level of the
    browser. Since then people are receiving errors.

    Please advise what can be done to solve this error.

    Thanks in advance.

    Hitendra
  • KAH

    #2
    Re: Session Cookies Blocked by latest updates of IE

    hitendra.mollet i@itp.com (Jollyguy4all) wrote in
    news:1dc28d9.03 10150040.70af48 fe@posting.goog le.com:
    [color=blue]
    > I am using sessions for my applications and it was working perfectly
    > fine until IE came up with its latest security patch which disables
    > session cookies by default and increases the security level of the
    > browser. Since then people are receiving errors.
    >
    > Please advise what can be done to solve this error.[/color]

    Sending MS a mail bomb? You might want to post a message on your site as a
    heads up to users that they might need to reconfigure their browsers to
    regain correct functionality.

    KAH

    Comment

    • Jochen Daum

      #3
      Re: Session Cookies Blocked by latest updates of IE

      Hi !

      On 15 Oct 2003 01:40:15 -0700, hitendra.mollet i@itp.com (Jollyguy4all)
      wrote:
      [color=blue]
      >Hi,
      >
      >I am using sessions for my applications and it was working perfectly
      >fine until IE came up with its latest security patch which disables
      >session cookies by default and increases the security level of the
      >browser. Since then people are receiving errors.
      >
      >Please advise what can be done to solve this error.
      >[/color]

      Use a fallback with a SESSIONID transported by URL. You need that
      anyway as you lock out all people not using cookies.

      Also, logging in two people on the same machine is easier then.

      Jochen
      --
      Jochen Daum - CANS Ltd.
      PHP DB Edit Toolkit -- PHP scripts for building
      database editing interfaces.
      Download PHP DB Edit Toolkit for free. PHP DB Edit Toolkit is a set of PHP classes makes the generation of database edit interfaces easier and faster. The main class builds tabular and form views based on a data dictionary and takes over handling of insert/update/delete and user input.

      Comment

      • R. Rajesh Jeba Anbiah

        #4
        Re: Session Cookies Blocked by latest updates of IE

        hitendra.mollet i@itp.com (Jollyguy4all) wrote in message news:<1dc28d9.0 310150040.70af4 8fe@posting.goo gle.com>...[color=blue]
        > Hi,
        >
        > I am using sessions for my applications and it was working perfectly
        > fine until IE came up with its latest security patch which disables
        > session cookies by default and increases the security level of the
        > browser. Since then people are receiving errors.
        >
        > Please advise what can be done to solve this error.[/color]



        Try session.use_tra ns_sid = 1


        ---
        Our songs have meaning for everyone. I don't know of anyone who
        isn't either in love, just out of love, or else wants to be in
        love.--- Graham Russell, Air Supply
        Email: rrjanbiah-at-Y!com

        Comment

        Working...