Hi,
I would like to know the method of passing session variables/values to a subdomain from the main website.
For eg : Upon user login, I would like to set some session variables and redirect the page to a subdomain URL.
How can this be done?
fyi... I have setup two websites in IIS. One is localhost and the other is subdomain.localhost
So, If I want to retrieve the session values in subdomain.localhost (which points to a specific folder in the app), how should I go about it?
Thanks