| bio | website | 4rapiddev.com |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 1 year, 1 month |
| seen | Mar 26 '12 at 17:25 | |
| stats | profile views | 1 |
|
Mar 26 |
comment |
How to ensure that cookies are always sent via SSL when using ASP.NET on IIS 7.5? You may need to set the cookie's domain property for your cookies, for example: Response.Cookies["your_cookie_name"].Domain = "yourdomain.com"; ... or you can read more information from here to ensure your cookies can be read from both primary domain and all its sub domains. |