![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I have two webpage, one is http://appA.mycompany.com/first.html and the other is http://appB.mycompany.com/second.html .... In second.html, there is a button, if clicked, a cookie is set with “mycookie=ok;domain=.mycompany.com”. At first.html, I have a function that keeps checking cookie with name mycookie. .... My question is principally, is this doable? Thx in advance. |
#3
| |||
| |||
|
|
"Song Zhang" <sozst1 (AT) hotmail (DOT) com> writes: I have two webpage, one is http://appA.mycompany.com/first.html and the other is http://appB.mycompany.com/second.html ... In second.html, there is a button, if clicked, a cookie is set with "mycookie=ok;domain=.mycompany.com". At first.html, I have a function that keeps checking cookie with name mycookie. ... My question is principally, is this doable? Thx in advance. Technically, yes. However, it only works if the user's browser allows cross-domain cookies, and not all browsers (or users) do that. It is, however, probably your only chance of communicating between pages in different domains. /L -- Lasse Reichstein Nielsen - lrn (AT) hotpop (DOT) com Art D'HTML: <URL:http://www.infimum.dk/HTML/randomArtSplit.html 'Faith without judgement merely degrades the spirit divine.' |
#4
| |||
| |||
|
|
"Song Zhang" <sozst1 (AT) hotmail (DOT) com> writes: I have two webpage, one is http://appA.mycompany.com/first.html and the other is http://appB.mycompany.com/second.html ... In second.html, there is a button, if clicked, a cookie is set with “mycookie=ok;domain=.mycompany.com”. At first.html, I have a function that keeps checking cookie with name mycookie. ... My question is principally, is this doable? Thx in advance. Technically, yes. However, it only works if the user's browser allows cross-domain cookies, and not all browsers (or users) do that. It is, however, probably your only chance of communicating between pages in different domains. /L |
![]() |
| Thread Tools | |
| Display Modes | |
| |