Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
956 B

  1. <%@ Language=VBScript %>
  2. <%
  3. Response.ContentType="image/gif"
  4. Response.Expires=-1
  5. Response.AddHeader "Cache-Control", "no-cache"
  6. Response.AddHeader "Pragma", "no-cache"
  7. Response.Cookies("MSPProf") = ""
  8. Response.Cookies("MSPProf").Expires = #Jan 1,1998#
  9. Response.Cookies("MSPProf").Path = "/"
  10. Response.Cookies("MSPAuth") = ""
  11. Response.Cookies("MSPAuth").Expires = #Jan 1,1998#
  12. Response.Cookies("MSPAuth").Path = "/"
  13. 'If you have configured your web site to use a domain other than the default, then
  14. 'uncomment and modify the following lines:
  15. ' Response.Cookies("MSPProf").Domain = ".microsoft.com"
  16. ' Response.Cookies("MSPProf").Path = "/"
  17. ' Response.Cookies("MSPAuth").Domain = ".microsoft.com"
  18. ' Response.Cookies("MSPAuth").Path = "/"
  19. ' To Insert loop to pause on logout screen Uncomment next 2 lines.
  20. 'For i = 0 To 10000000
  21. 'Next
  22. %>
  23. <!--#include File="signoutcheckmark.gif"-->