It seems like subdomain forwarding with masking prevents ASP.Net session state from working correctly.
Example: two websites http://www.jgphotographers.com/test and
http://picturestore.newpicturestore.com/test
- the first one works - the counter using session state increases every time the button is clicked.
The second one uses subdomain forwarding with masking. The "picturestore" subdomain is being forwarded to the first URL, but this time the same application accessed via forwarded subdomain does not work. Every time the button is clicked the SessionID changes
and the counter does not increase.
It is really the same application - see the Request.Url. All web.config settings default.
Is it a known issue? Any ideas on how to solve it?
I am afraid this problem may become my show stopper.
tdjastrzebsk...
Member
320 Points
108 Posts
SessionState does not work with subdomain forwarding with masking (2.0)
Nov 28, 2006 04:27 AM|LINK
It seems like subdomain forwarding with masking prevents ASP.Net session state from working correctly.
Example: two websites http://www.jgphotographers.com/test and http://picturestore.newpicturestore.com/test
- the first one works - the counter using session state increases every time the button is clicked.
The second one uses subdomain forwarding with masking. The "picturestore" subdomain is being forwarded to the first URL, but this time the same application accessed via forwarded subdomain does not work. Every time the button is clicked the SessionID changes and the counter does not increase.
It is really the same application - see the Request.Url. All web.config settings default.
Is it a known issue? Any ideas on how to solve it?
I am afraid this problem may become my show stopper.
Thank you,
Tomasz