displaying top 100 results
Tracker Comment Comment on session data between sub domains by branden j.
Comment on session data between sub domains by branden j.
Tracker Issue session data between sub domains
.com" instead of "whatever.domain.com"
here is the problem. we are using J2EE sessions.
so the cookie that we need to have its sub domain blank is the JSESSIONID
this cookie is not set to ".domain.com" it remains "whatever.domain.com"
here is the workaround code i am using:
setclientcookies = no
then add