AW: Detect Cookie Rejection

2002-06-04 Thread Power-Netz \(Schwarz\)
> Does anyone know of a way to detect when cookies are not accepted > by a browser. My site uses session cookies and I'd like to be > able to redirect people somewhere to tell them that the site > requires cookies and what to do to activate them... An easy way to find out if cookies are enabled

Re: Detect Cookie Rejection

2002-06-03 Thread Craig R. McClanahan
On Mon, 3 Jun 2002, Cavan Morris wrote: > Date: Mon, 3 Jun 2002 21:42:01 -0700 > From: Cavan Morris <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Detect Cookie Rejection > > Does anyone know of a w

RE: Detect Cookie Rejection

2002-06-03 Thread Simon Crase
nd see your message instead. Cheers, Simon >-Original Message- >From: Phillip Morelock [mailto:[EMAIL PROTECTED]] >Sent: Tuesday, 4 June 2002 3:11 PM >To: Tomcat Users List >Subject: Re: Detect Cookie Rejection > > >what if they have cookies and javascript d

RE: Detect Cookie Rejection

2002-06-03 Thread Tom Parker
> Does anyone know of a way to detect when cookies are not accepted > by a browser. My site uses session cookies and I'd like to be > able to redirect people somewhere to tell them that the site > requires cookies and what to do to activate them... If a request comes in with one of your pages as

Re: Detect Cookie Rejection

2002-06-03 Thread Phillip Morelock
gt; Simon > > > >> -Original Message- >> From: Cavan Morris [mailto:[EMAIL PROTECTED]] >> Sent: Tuesday, 4 June 2002 2:42 PM >> To: [EMAIL PROTECTED] >> Subject: Detect Cookie Rejection >> >> >> Does anyone know of a way to detect

RE: Detect Cookie Rejection

2002-06-03 Thread Simon Crase
okie "foo" to "bar" then read value back). Cheers, Simon >-Original Message- >From: Cavan Morris [mailto:[EMAIL PROTECTED]] >Sent: Tuesday, 4 June 2002 2:42 PM >To: [EMAIL PROTECTED] >Subject: Detect Cookie Rejection > > >Does anyone know of

Re: Detect Cookie Rejection

2002-06-03 Thread Phillip Morelock
in the olden days, the days before tomcat, when servlets were just a twinkle in Bill Joy's eye, when I walked uphill to school 5 miles in the snow, we used to: 1. Make a page that uses a meta refresh to another page. The session needs to have been created here. 2. Use the url rewriting mechanism

Detect Cookie Rejection

2002-06-03 Thread Cavan Morris
Does anyone know of a way to detect when cookies are not accepted by a browser. My site uses session cookies and I'd like to be able to redirect people somewhere to tell them that the site requires cookies and what to do to activate them... I'm sure that someone else has already solved this pr