I hate IE and cookies.
Moderator: General Moderators
I hate IE and cookies.
But I love cookies ...tasty buggers they are.
For some reason, when using setcookie() it all works out just dandy... But for some reason in IE it sets my website to "Restricted Sites" and can't set cookies (Thus disabling IE viewers ability to...um...VIEW my website ^_^) I looked at another thread about some P3P header stuff, and I put it in, but nothing changed... Still show up as Restricted Sites... How do I get around that piece of Microsoft <span style='color:blue' title='I'm naughty, are you naughty?'>smurf</span>?
For some reason, when using setcookie() it all works out just dandy... But for some reason in IE it sets my website to "Restricted Sites" and can't set cookies (Thus disabling IE viewers ability to...um...VIEW my website ^_^) I looked at another thread about some P3P header stuff, and I put it in, but nothing changed... Still show up as Restricted Sites... How do I get around that piece of Microsoft <span style='color:blue' title='I'm naughty, are you naughty?'>smurf</span>?
- Ambush Commander
- DevNet Master
- Posts: 3698
- Joined: Mon Oct 25, 2004 9:29 pm
- Location: New Jersey, US
No, on my computer, it doesn't automatically put me on the restricted sites list, but every user who I've talked to has said they couldn't view my website because it put me under Restricted Sites and decided not to save the cookie as it should. And I didn't ask for you to tell me to "Go to your internet options and change it," I'm rather further than that option. I can't possibly change all my users settings.
- Ambush Commander
- DevNet Master
- Posts: 3698
- Joined: Mon Oct 25, 2004 9:29 pm
- Location: New Jersey, US
- Ambush Commander
- DevNet Master
- Posts: 3698
- Joined: Mon Oct 25, 2004 9:29 pm
- Location: New Jersey, US
http://dumbass.ionichost.com I know my webhost's advertisement probably <span style='color:blue' title='I'm naughty, are you naughty?'>smurf</span> off IE, but I use <noscript> to nullify it's execution.
I want to know if there is a scripting way to get around the restricted sites thing. ... Or get a new host works for me, but I haven't found a good one yet.
I want to know if there is a scripting way to get around the restricted sites thing. ... Or get a new host works for me, but I haven't found a good one yet.
This is why I asked.theda wrote:http://dumbass.ionichost.com I know my webhost's advertisement probably <span style='color:blue' title='I'm naughty, are you naughty?'>smurf</span> off IE, but I use <noscript> to nullify it's execution.
I want to know if there is a scripting way to get around the restricted sites thing. ... Or get a new host works for me, but I haven't found a good one yet.
For me, on IE6.0.2800.1106, I see it as an "Internet" site, NOT restricted.
My cookie:
Code: Select all
ver
en
dumbass.ionichost.com/
1024
150658048
29730787
301659408
29724752
*
the
see
dumbass.ionichost.com/
1024
150658048
29730787
303559408
29724752
*I'm curious now why you are getting restricted site for it.. it doesn't happen for me.
- Ambush Commander
- DevNet Master
- Posts: 3698
- Joined: Mon Oct 25, 2004 9:29 pm
- Location: New Jersey, US
For me, IE 6.0.2900.2180.xpsp_sp2_gdr.050301-1519
It IS in the restricted sites. I don't know, however, if it got added when I surfed there, or it was always there. Site doesn't work either (heh).
Entry is *.ionichost.com in Restricted Sites list.
Here's what I will suggest: make use of PHP's magical URL parsing ability's and have it toss around the language in all the URLs. Sure, it's clunky, but it'll get around IE for now.
It IS in the restricted sites. I don't know, however, if it got added when I surfed there, or it was always there. Site doesn't work either (heh).
Entry is *.ionichost.com in Restricted Sites list.
Here's what I will suggest: make use of PHP's magical URL parsing ability's and have it toss around the language in all the URLs. Sure, it's clunky, but it'll get around IE for now.
- Ambush Commander
- DevNet Master
- Posts: 3698
- Joined: Mon Oct 25, 2004 9:29 pm
- Location: New Jersey, US
- Ambush Commander
- DevNet Master
- Posts: 3698
- Joined: Mon Oct 25, 2004 9:29 pm
- Location: New Jersey, US
Meh, that makes things harder. You should get a new host.
I can't really give you an example, because I've never done it before, but here's the configuration option:
url_rewriter.tags
And here's a related page: http://us2.php.net/manual/en/ref.session.php
You should be able to enable it via ini_set()
Then, use sessions for everything.
I can't really give you an example, because I've never done it before, but here's the configuration option:
url_rewriter.tags
And here's a related page: http://us2.php.net/manual/en/ref.session.php
You should be able to enable it via ini_set()
Then, use sessions for everything.