Re: robots and sessions

2000-11-24 Thread Jim Peters
___cliff rayman___ wrote: > > I have an idea that may or may not be useful to you. If the user > > comes to a random page without a valid cookie, you redirect them to > > the front page. After that point, they have a valid cookie, and they > > can access all the other pages. The robots would ge

Re: robots and sessions

2000-11-20 Thread ___cliff rayman___
> > > I have an idea that may or may not be useful to you. If the user > comes to a random page without a valid cookie, you redirect them to > the front page. After that point, they have a valid cookie, and they > can access all the other pages. The robots would get redirected once, > try al

Re: robots and sessions

2000-11-14 Thread Jim Peters
Gerald Richter wrote: > > > > Having tested sessions (via Embperl and Apache::Session) I have > > discovered an awful lot of rows in my database being created by robots. > > My assumption is that the robots don't support cookies so every time > > they hit a page on the site a new session is create

Re: robots and sessions

2000-11-14 Thread Gerald Richter
> > Well there must be hundreds of these HTTP_USER_AGENT strings that you'd have > to filter out (wouldn't there?). It'd be quite difficult to try to account > for all of them. > Yes, of course... > Also there's the issue of people that choose not to accept cookies, I > wouldn't really want to

Re: robots and sessions

2000-11-14 Thread Michael Smith
- Original Message - From: "Gerald Richter" <[EMAIL PROTECTED]> To: "Michael Smith" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, November 14, 2000 11:50 AM Subject: Re: robots and sessions > > > > Having tested sessions (via

Re: robots and sessions

2000-11-14 Thread Gerald Richter
> > Having tested sessions (via Embperl and Apache::Session) I have > discovered an awful lot of rows in my database being created by robots. > My assumption is that the robots don't support cookies so every time > they hit a page on the site a new session is created in the database. > When they t

robots and sessions

2000-11-14 Thread Michael Smith
Dear All, Having tested sessions (via Embperl and Apache::Session) I have discovered an awful lot of rows in my database being created by robots. My assumption is that the robots don't support cookies so every time they hit a page on the site a new session is created in the database. When they tr