If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
Can anyone let me know is it possible to retrieve the session variable values in subdomain ? if not then why and if yes then how ?
I have one domain name http://www.xyz.com/ where few session variable store some important values now i want to use all those session variables in http://abc.xyz.com/..
I think that your subdomain is using the different IP from the one that your domain is pointed to. So the answer is NO. This case is like two sites. You can not retrieve the value from session created on another site.