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 biv343 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: *

  1. mes2002

    Cookie set with ASP not persisting when browser closed

    Infact If anyone can recommend a better way of doing the cookie setting in order for it to persist when the browser is closed, that would be appreciated. thanks
  2. 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