Skip to content
View in the app

A better way to browse. Learn more.

Web Designer Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

cookies not deleting in IE?!

Featured Replies

Hi people, I was wondering if anyone has a solution for me. i've currently made a login which works with firefox but doesn't work with IE. It seems as though IE is not allowing the logged in page to read cookies or the logout page to send them. Perhaps something along those lines.

 

i've set the cookies on the login page as:

setcookie ('f_n', $row[0], time()+3600, '/', '', 0);

setcookie ('l_n', $row[1], time()+3600, '/', '', 0);

and i've set the logout cookies on the log out page as:

setcookie ('f_n', '', time() - 3600, '/', '', 0);

setcookie ('l_n', '', time() - 3600, '/', '', 0);

 

now to my understanding the it should work as the log out cookie should overwrite the login one however, i've also tried changing the value to false or 0 same as the domain to false or 0 and even tried setting the time function to mktime back about a year or two.

 

Nothing seems to be allowing it to delete the cookies though. So in internet explorer after you've logged out you can type the logged in extenstion into the brower and it allows you to access the page untill it expires in an hour.

 

Would appreciate any help, cheers guys!

Create an account or sign in to comment

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.