We have a problem with XSPCookieHelper in an XSP file, the domain is not
set, (the www.servername.com in the example below) so we can't read the
cookie back easily from another page. The domain is actually set to the
name of the sitemap entry calling the xsp file.

If we had a sitemap entry called "adduser/" then that would be the name
of the cookies domain.

Example:
XSPCookieHelper.addCookie(objectModel, testname, testvalue, comment,
"www.servername.com", 10 * 365 * 24 * 60 * 60, "", "" , 1);


Regards,
Rune Sandnes,
Trondheim, Norway

---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>

Reply via email to