Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8365327
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T12:37:55+00:00 2026-06-09T12:37:55+00:00

All other browsers (FireFox, Chrome, etc.) cookies persist ok. NOTE: Using IE8 to browse

  • 0

All other browsers (FireFox, Chrome, etc.) cookies persist ok.
NOTE: Using IE8 to browse to my web app by using the web app’s IP address instead of URL will persist cookies ok.

My IE8 browser options are set to Accept All Cookies.

This fails on IE8 on more than one computer.

I can see in IE8 > Dev Tools > Cache > View Cookie Info that the cookies are not getting stored.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-09T12:37:55+00:00Added an answer on June 9, 2026 at 12:37 pm

    SOLUTION: The problem went away after I redid my methods for storing cookies…

    sub update_cookie_string( cookie_string, cookie_subkey  )
    
        dim cookie_object as HttpCookie     
        if request.cookies( PROGRAM_COOKIE_NAME ) is nothing then   ' PROGRAM_COOKIE_NAME not at browser?
            cookie_object = new httpcookie( PROGRAM_COOKIE_NAME )           ' init cookie object as cookie named: PROGRAM_COOKIE_NAME
        else
            cookie_object = request.cookies( PROGRAM_COOKIE_NAME )          ' Read cookie named PROGRAM_COOKIE_NAME from page from browser
        End If
    
        cookie_object.Values( cookie_subkey ) = cookie_string       ' Update cookie_subkey with new value cookie_string
        cookie_object.Expires = DateTime.Now.AddDays(365)           ' set expiration for a long time
        response.Cookies.add( cookie_object )                   ' Send it back to browser for storage there.
    end sub
    
    
    
    ' Retrieve stored cookie_subkey.
    function get_cookie_string( byval cookie_subkey  ) 
        dim cookie_object as HttpCookie     
        if  request.cookies( PROGRAM_COOKIE_NAME ) is nothing then  ' PROGRAM_COOKIE_NAME not at browser?
            get_cookie_string = ""
        else
            get_cookie_string = Request.Cookies( PROGRAM_COOKIE_NAME )( cookie_subkey )  ' Return string value of cookie_subkey 
        End If
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Firstly, when I say other browsers I really only mean Firefox because that's all
This looks great in IE9, Firefox and Chrome but in IE8, it's all jacked
I have a problem using AJAX .post in Internet Explorer. In all other browsers,
I currently have a issue with firefox, where all other browser behave in the
This works in all other browsers and I have no idea what the problem
I have a problem with IE. All other browsers work fine, but in IE
In other browsers no problem at all. But in chroom when i hover on
All other applications I've written have been network/web apps where I've used an SQL
So I'm using Watir WebDriver with both Firefox and Chrome. Chrome is much faster
I have a script that runs great in IE 9+ and all other browsers.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.