Re: General question on charging for data access
From: jblanch (jblanch_at_gmail.com)
Date: 12/16/04
- Next message: Gordon Burditt: "Re: General question on charging for data access"
- Previous message: smilesinblues_at_hotpop.com: "Re: Problem with file upload"
- In reply to: Frnak McKenney: "General question on charging for data access"
- Next in thread: Gordon Burditt: "Re: General question on charging for data access"
- Reply: Gordon Burditt: "Re: General question on charging for data access"
- Reply: Frnak McKenney: "Re: General question on charging for data access"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 15 Dec 2004 20:40:13 -0800
Well, i'm going to attempt to weed out what you want, and some issues i
can foresee.
First off, the sessions are a great idea, but what about just an MD5 or
any other encrypted cookie? that way its easier to maintain and use,
becuase i always have trouble changing my session settings and things
like that (unless its a personal server, where you could easily edit
the php.ini file). But what you could do, is have the one time signup
(the acctuall regestriation/activation set the encrypted cookie with
the data you want, and that cookie will be read when they enter the
site, put into the database with a timestamp, and checked. What this
cookie problem will solve is the inability to record IP's correctly,
becuase with all the wireless LAN's out there, anyone can have 2-100
computers on the same IP.
I think using the cookie with an xxSQL database is one of the only ways
to go, because you can easily erase the records from the database, and
the other table will have the stored identifiers, keeping the two at
low memory usage.
The HTTP overlaping situation is somthing i had occur when programming
with winsock, i would use simultatious SendData's and end up connecting
the data together, effectivley crashing whatever i was doing, but when
you're i'm almost certian that with the HTTP Protocol, this "overlap"
would cause a server error, and not get read and parsed to CGI at all,
and it would bring up some 40-,50-, or some error.
Hope this helps.. and by the way.. what kind of project are you
_acctually_ working on? i hope i'm not helping with some ad/spam/adult
site :-/.
JBlanch
jblanch at gmail dot com
http://jblanch.us
- Next message: Gordon Burditt: "Re: General question on charging for data access"
- Previous message: smilesinblues_at_hotpop.com: "Re: Problem with file upload"
- In reply to: Frnak McKenney: "General question on charging for data access"
- Next in thread: Gordon Burditt: "Re: General question on charging for data access"
- Reply: Gordon Burditt: "Re: General question on charging for data access"
- Reply: Frnak McKenney: "Re: General question on charging for data access"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|