Loosing a Cookie when switching from http:// to https://
Posted by: Rick Strahls WebLog,
on 10 Jan 2006 |
View original | NEW Bookmarked: 0 time(s)
I recently changed the code in my online West Wind Web Store to specifically write the one cookie I use in the app to a specific path so that there's no interference with other virtuals also running the store. I thought this was necessary to run successfully with multiple stores.
Changing Cookie paths is easy enough and since I use a common cookie class this was easy to do in one place by just making sure that the app writes out the cookie with a common path. By default I write out the...