Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: mes2002
  • Content: Threads
  • Order by date
  1. mes2002

    Cookie set with ASP not persisting when browser closed

    I was hoping someone could shed some light on why my cookie that I set does not persist when the browser is closed. The current code is: Response.Cookies("SURVEY")("N_count") = "1" Response.Cookies("SURVEY").Expires = DateAdd("d", Date, 30) I...

Part and Inventory Search

Back
Top