|
Home > Archive > IIS ASP > July 2006 > Cookies
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| James Jones 2006-07-22, 7:19 pm |
| Is it possible to make a cookie NEVER expire? or not?
| |
| Egbert Nierop \(MVP for IIS\) 2006-07-23, 1:20 pm |
|
"James Jones" <jamisonburrous08@insightbb.com> wrote in message
news:%23nm$KndrGHA.4408@TK2MSFTNGP04.phx.gbl...
> Is it possible to make a cookie NEVER expire? or not?
>
Nope.
Just make it expire in a 100 years or so. Is that sufficient?
--
compatible web farm Session replacement for Asp and Asp.Net
http://www.nieropwebconsult.nl/asp_session_manager.htm
| |
| Adrienne Boswell 2006-07-24, 7:27 am |
| Gazing into my crystal ball I observed "Egbert Nierop \(MVP for IIS\)"
<egbert_nierop@nospam.invalid> writing in news:uvvP2BnrGHA.600
@TK2MSFTNGP02.phx.gbl:
>
> "James Jones" <jamisonburrous08@insightbb.com> wrote in message
> news:%23nm$KndrGHA.4408@TK2MSFTNGP04.phx.gbl...
>
> Nope.
>
> Just make it expire in a 100 years or so. Is that sufficient?
>
>
Is this going to be like the One-Hoss Shay?
--
Adrienne Boswell at Home
Arbpen Web Site Design Services
http://www.cavalcade-of-coding.info
Please respond to the group so others can share
| |
| Egbert Nierop \(MVP for IIS\) 2006-07-24, 7:27 am |
|
"Adrienne Boswell" <arbpen@yahoo.com> wrote in message
news:Xns9809F074B6B73arbpenyahoocom@69.28.186.121...
> Gazing into my crystal ball I observed "Egbert Nierop \(MVP for IIS\)"
> <egbert_nierop@nospam.invalid> writing in news:uvvP2BnrGHA.600
> @TK2MSFTNGP02.phx.gbl:
>
>
> Is this going to be like the One-Hoss Shay?
Not if you make it a 200 hundred!
<q>
Have you heard of the wonderful one-hoss shay,
That was built in such a logical way
It ran a hundred years to a day,
And then of a sudden it -- ah, but stay,
I'll tell you what happened without delay,
Scaring the parson into fits,
Frightening people out of their wits, --
Have you ever heard of that, I say?
</q>
http://www.legallanguage.com/poems/onehossshay.htm
| |
| Dave Anderson 2006-07-24, 7:21 pm |
| James Jones wrote:
> Is it possible to make a cookie NEVER expire? or not?
If so, it will end up in an MRE: http://en.wikipedia.org/wiki/MRE
Seriously, though: a transient cookie (one which has no expiration date)
will never expire if sent to a browser that never closes. All other cookies
expire.
--
Dave Anderson
Unsolicited commercial email will be read at a cost of $500 per message. Use
of this email address implies consent to these terms.
|
|
|
|
|