We have used the session object to store temporarily data in. But it happens to be that it works not on a few clients (all working w/ MSIE). 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 still has the objects in storage. Has anyone experienced something similar and/or a solution? Eddie Mönch Pre-Sales Consulting and Software Development moench@ontoprise.de ontoprise GmbH phone: +49 721 - 665 79 - 13, fax: +49 721 - 665 79 - 11 Haid-und-Neu-Str. 7, D-76131 Karlsruhe, Germany
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
participants (2)
-
Dieter Maurer -
Eddie Mönch