Click here to Skip to main content
15,890,995 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
I have a problem in loading the cross domain platform page in my website.

Loading the third page in to my web site i am using SSO type authentication.It was working in MOZILLA and chrome but not working in IE.

When i am changing the IE Security setting allow all cookies then only it was working.


some personas are suggested me to use P3P principle here.i was tried but it was not working.


please help me in this issue
Posted
Updated 4-Nov-13 21:27pm
v2

Hi,

You can try some of this logics to solve.

Instead of maintainingthe user data in cookie, why can't you use the "session objects" to store data.

Normally, when the Javascript is blocked in browser then user will be laerted to enable the Javscript. same way for pop up blocker, why can't you suggest user to allow cookie if you want to use cookie to have user information.
 
Share this answer
 
Hi Buvanesh,
Thank you for giving the suggestion but here my problem is different.
I am loading the third party page .For access purpose i was generating the one private key.
So it was not possible as your way process.

Any home just now i got the output.

Solution way:

Just maped third page URL into your site URL

like Example: your site : www.myprojects/access.aspx.com
third party page URL: www.clineturl/access/authentication
In third party site your taking the licencse to access that site .
in that setting just change the thrid party url
like that
just mapped the third party URL like:www.clineturl/access/authentication to www.myproject/access

it was changing made in web.config file.
the cookies are treated as primary party so cookies will not be blocked.

Here one problem will be occur .When ever the third party change the URL you also change in your side .
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900