HttpCookie.Expires

  • Thread starter Thread starter John Grandy
  • Start date Start date
J

John Grandy

If you don't set the HttpCookie.Expires property does that mean the cookie
never expires ? Thanks.
 
John said:
If you don't set the HttpCookie.Expires property does that mean the cookie
never expires ? Thanks.

No. That means that it's a session cookie, which goes away when the
browser is closed.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top