Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
7answers
918 views

Is it possible to set a cookie for a site /server other than you own?

Here's the quick version of my question: Is it possible to set a cookie somehow into a client's browser when the cookie is for use with a different server (in this case an Exchange mail server)? In ...
0
votes
1answer
2k views

Get Domain LogonServer in C#

In a command prompt I am able to get the domain logon server by typing: echo %logonserver% How can I get this same result in C#?