Trying to create a authentication cookie based on the url including the port. Cookies are stored per url but I need to create a separate cookie based also on the port number.etc http://localhost:33/ and http://localhost:44/
I have found heaps of info on forms authentication but none that explain how to modify the cookie? Request.isauthenticated assumes a cookie name of AuthCookie so when I create a custom authentication cookie..i want to tell asp.net to use this cookie instead of the default. Anyone have any experience with this? regards Anthony (*12QWERNB*)
