11 references to CookiePath
System.Web (11)
Security\FormsAuthentication.cs (3)
639
tOld.
CookiePath
/* cookiePath */);
804
if (ticket.Name == null || ticket.UserData == null || ticket.
CookiePath
== null) {
853
ticket.Name, ticket.UserData, ticket.
CookiePath
,
Security\FormsAuthenticationModule.cs (7)
134
if (!cookielessTicket && !ticket2.
CookiePath
.Equals("/"))
138
cookie.Path = ticket2.
CookiePath
;
146
if(cookielessTicket && ticket2.
CookiePath
!= "/" && ticket2.
CookiePath
.Length > 1) {
163
cookie.Path = ticket2.
CookiePath
;
442
if (ticket.
CookiePath
!= "/") {
455
cookie.Path = ticket.
CookiePath
;
Security\FormsAuthenticationTicketSerializer.cs (1)
210
ticketWriter.WriteBinaryString(ticket.
CookiePath
);