I mean to say that my site is running on y.x.abc.com and want to set cookie for domain .abc.com as per RFC2109 it is not possible. But is it any way to do that.
Thanks
Ajit kumar
kontia
unread,
Jan 3, 2010, 11:54:13 PM1/3/10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Java Web Application
use domain and path both compulsory e.g. cookie.setDomain(".abc.com"); cookie.setPath("/");