15 Nov
2002
15 Nov
'02
7:37 p.m.
Eddie Mönch writes:
We have used the session object to store temporarily data in. ... The session object on these clients are only available for the same site, but by changing the site the object is lost, though the session data container Usually, the session machinery used cookies.
Cookies are not normally (see the specification) send across domains. Dieter