sessions being blocked please help i know the problem

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
WebMonkey
Forum Newbie
Posts: 19
Joined: Tue May 11, 2004 1:43 pm

sessions being blocked please help i know the problem

Post by WebMonkey »

well as some of you may know from seeing my posts in the past i am having trouble with IE6 and sessions being blocked ...

well i have tracked the problem down to this.

the standard IE6 privacy settings blocks all third party cookies (ie. my sessions)

why is my cookies being seen or deemed 3rd party?

how can i change this to make my sessions 1st party ...?

can anyone answer this?
WebMonkey
Forum Newbie
Posts: 19
Joined: Tue May 11, 2004 1:43 pm

Post by WebMonkey »

it seems any cookie or anything i make seems to be blocked :S i really would love to know how ti get around this little problem on IE6 i know there is a solution as i can use other sites just fine
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

what domain are you setting the cookie on and what domain are you setting the cookie to?
WebMonkey
Forum Newbie
Posts: 19
Joined: Tue May 11, 2004 1:43 pm

Post by WebMonkey »

i found the problem to be my domain forwarding i was using masked domain forwarding to make the URL look nicer while on the site but it was causing problems are it was using the domain name when my server uses in actual fact the IP address ... when i turn masked redirect to forwarding only it works a treat
Post Reply