Is it safe to use Request.ApplicationPath for cookie path

Posted by Sergej Andrejev on Stack Overflow See other posts from Stack Overflow or by Sergej Andrejev
Published on 2010-03-25T11:16:31Z Indexed on 2010/03/25 11:33 UTC
Read the original article Hit count: 349

Filed under:
|

Is it safe to use such code?

Response.Cookies[cookieName].Path = Request.ApplicationPath + "/";

I want to know about all corner cases, please...

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about html