6 references to Expired
System.Web (6)
Security\FormsAuthenticationModule.cs (6)
118
if (ticket == null || ticket.
Expired
)
370
if (ticket != null && !ticket.
Expired
) {
375
if (ticket != null && ticket.
Expired
) {
409
if (ticket == null || ticket.
Expired
) {
429
if (ticket == null || ticket.
Expired
) {
430
if (ticket != null && ticket.
Expired
)