How to tie ASP.NET 2.0 membership cookie to specific domain other

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How do I tie the cookie that's produced from the login control of the ASP.NET
2.0 Membership API to use a specific domain programmically? I dont' know
how to even talk to the cookie cause I don't know it's name...how do I even
reference it..then tell it to point to a specific domain then save?
 
Not sure I get this one. All cookies are automatically tied to the domain
they were set from. It's part of the cookie spec.
Peter
 
Back
Top