kaeli wrote:
[color=blue]
> In article <ac419b20.0408261101.69547494@posting.google.com >,
>
jen_designs@hotmail.com enlightened us with...[color=green]
>> Is there a way to check for to see if the user has session cookies
>> enabled?
>>
>> I know how to check to see if they have cookies in general enabled,
>> but how do you test for just session cookies?[/color]
>
> A cookie is a cookie. A session cookie is just a cookie with no expires
> date set so that it isn't stored.[/color]
Nonsense. A session cookie is *always* stored if the user allows it to be
set (otherwise it would be useless). What makes it special is that it
expires at the latest when the UA session ends ("the UA exits), often when
the last instance of a browser window or tab that belongs to the UA is
closed. To do so, its expiry must be the date of the moment when it is
set (which means a value of 0 for the Max-Age header, or the current local
date in the Expires/"expires" header/option), or a date in the past of the
current local date for the Expires/ "expires" header/option, or the
header/option must be omitted (because session cookies are the default).
UAs are allowed to discard a cookie prior to the expiry because of finite
storage space.
<http://wp.netscape.com/newsref/std/cookie_spec.html>
<http://www.ietf.org/rfc/rfc2109.txt>
And BTW:
[color=blue]
> From: kaeli <tiny_one@NOSPAM.comcast.net>[/color]
^^^^^^^^^^^^^^^^^
| Verifying <tiny_one@NOSPAM.comcast.net> ...
| Mail exchanger(s) for NOSPAM.comcast.net:
| None. Trying A record ...
| None, thus <tiny_one@NOSPAM.comcast.net>
| is definitely not an e-mail address (no MX).
<http://www.ietf.org/rfc/rfc1036.txt>, sections 2.1.1 and 2.2.1
<http://www.ietf.org/rfc/rfc2822.txt>, section 3.4
<http://www.ietf.org/rfc/rfc1855.txt>, section 3.1.1
<http://www.comcast.net/terms/use.jsp>, section "Prohibited Uses
and Activities", paragraph xviii.
You have been warned.
PointedEars