Download the EasyCFM.COM Browser Toolbar!
Trouble Shooting Cookies that work for you, One Possibility

Trouble Shooting Cookies that work for you, One Possibility


This is not so much a tutorial, but an answer to problem that you may encounter
with windows users, and Internet Explorer. It stumped me for many months.

I had had created a login that used cookies to give access to an area of the web
site.

The owner of the web site could not login to the area using Windows NT, but upon
testing I could always login with my windows 98 system.

I could not figure out why the NT system would not login, but I could.

It seemed to be a coding error by the site owner, since other sites could be
logged in to.

Some time later I stumbled upon the answer.

By default the Internet Explorer browser sets a file size to hold temporary
Internet files of 516mg , this includes cookies.

What happened was all of his default file size space had been used, therefore
his browser would not accept the cookie form the new web site. Other sites
cookies had already been stored in the temporary Internet files, therefore they
allowed access.

Solutions:
How to correct this problem, open the IE browser, go to tools & Internet options.
Under Temporary Internet Files and either click delete files to clear some disk .
or
click on the settings button and move the slider arrow over to allow more disk
space.

One last note: clicking delete files does not delete the stored cookies. You may
have to click the view files and delete some of the cookies as well.

Quick way to check:
Got to my computer, windows and right click on the Temporary Internet files
folder and view the properties. If the file size is 516mg (windows default) the
folder has reached it's max limit.

All ColdFusion Tutorials By Author: D Evans
  • Dynamic Image Gallery
    You will be shown how to display the images in the desired number of columns and desired number of records per page with minimal coding. When the thumbnail image is clicked on it will open another window with the large image and image description under it.
    Author: D Evans
    Views: 34,513
    Posted Date: Sunday, December 8, 2002
  • Trouble Shooting Cookies that work for you, One Possibility
    I had had created a login that used cookies to give access to an area of the web site. The owner of the web site could not login to the area using Windows NT, but upon testing I could always login with my windows 98 system. I could not figure out why the NT system would not login, but I could. It seemed to be a coding error by the site owner, since other sites could be logged in to. Some time later I stumbled upon the answer.
    Author: D Evans
    Views: 19,214
    Posted Date: Monday, December 9, 2002
  • Frameless Frames in CF
    The appeal of frames and the continued use is -- to leave one constant item on a part of the page. However clever, they are a pain to code, setting targets and defining the columns and then there that scroll bar thing. Here is an easy way to create the illusion of frames on your page.
    Author: D Evans
    Views: 23,570
    Posted Date: Wednesday, December 11, 2002
  • Checking for submitted form fields
    This sets all of the submitted form fields and values into a list then loops through the list of fields and values.
    Author: D Evans
    Views: 23,067
    Posted Date: Friday, December 13, 2002
  • Make a generic email form processor
    This code will process any form submitted and email the submitted form fields excluding the submit, the redirect, the hidden, and the required fields; to the designated recipient.
    Author: D Evans
    Views: 24,234
    Posted Date: Friday, December 13, 2002