Re: What relationship between cookie and ticket expiration?
From: Bill Borg (BillBorg_at_discussions.microsoft.com)
Date: 12/23/04
- Next message: Jorge: "Re: No solution"
- Previous message: Bill Borg: "RE: Setting CSSClass for Datagrid header's for sortable fields"
- In reply to: Chris R. Timmons: "Re: What relationship between cookie and ticket expiration?"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 22 Dec 2004 23:27:02 -0800
Excellent help...thanks.
"Chris R. Timmons" wrote:
> =?Utf-8?B?QmlsbCBCb3Jn?= <BillBorg@discussions.microsoft.com>
> wrote in news:BA993C61-C962-4D29-B71A-A13660C3F180@microsoft.com:
>
> > Hello all,
> >
> > I am working on forms authentication and trying to understand:
> > what's the relationship between the cookie expiration and the
> > ticket expiration? I create a cookie and I add an encrypted
> > ticket to it. Both of these have an expiration date, but I'm not
> > seeing how to use them. Does it make sense that these dates
> > would ever differ?
>
> Bill,
>
> There's really no relationship, and in practice both dates are
> usually the same.
>
> The cookie's expiration date is used by the browser to determine if
> the cookie should be erased. The ticket's expiration date is used by
> ASP.Net's forms authentication system (or your code, if you handle
> forms authentication manually).
>
> The only operational problem that can arise is if the cookie's
> expiration date is earlier than the ticket's expiration date. That
> may cause confusion on the part of the user if they think they're
> login lasts for a certain period of time, but the cookie holding
> their authentication ticket gets erased by the browser before the
> ticket expires.
>
> --
> Hope this helps.
>
> Chris.
> -------------
> C.R. Timmons Consulting, Inc.
> http://www.crtimmonsinc.com/
>
- Next message: Jorge: "Re: No solution"
- Previous message: Bill Borg: "RE: Setting CSSClass for Datagrid header's for sortable fields"
- In reply to: Chris R. Timmons: "Re: What relationship between cookie and ticket expiration?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|