Hello,

Seems to me that if you charge a person for multiple sessions on any site that you are 
opening yourself up to alot of angry people and possibly problems as well:

-If a customer does not know how to work there browser very well, then they may 
*inadvertantly* start two sessions.(I know they should but ...)
-If they start a new session and forget that there is already one running.
-If they start a new session and the last one did not "let go".
-If someone 'guesses' their username/password.

I think that I would go with a single session per userid/password. All else gets 
knocked off.

regards,
Nelson (first name ;)


Steve Nelson wrote:

> That's a perfect way to solve this problem!  Charge them!
>
> So do you store how many simultaneous sessions the account has had over
> the last month (or whatever billing period)?  That's a pretty cool
> solution.
>
> btw, do you automatically charge their credit card?  Or send them a bill
> in the mail?  If you do charge their cards, are the credit card
> companies ok with you automatically charging them?  Seems like you would
> get a few angry customers.  But maybe not.
>
> Steve
>
> Sean Renet wrote:
> >
> > I've built two pretty high end clustered porn sites, and both in fusebox.
> > Porn pays amazingly well.  Besides the moral issues someone might have, porn
> > is the best way to push internet technology, mostly because they have all
> > the money.  For instance right now I am making some porn flip books that
> > amount to pushing multi media to WAP.
> >
> > The only way I found myself around this issue was building a buffer table I
> > called cdata2. When someone logs in with a user name and password, I take
> > that ID and put it in the buffer table.  If some one logs in while that ID
> > is still in session (eg., I haven't deleted the client variable because of
> > inactivity) . I put that account on hold (eg., change archive_bol from 0 to
> > 1).  And all occurances in CDATA are immediately booted.  The account is not
> > reactivated until somen calls and complains, at which point they get to
> > explain why thier ID was in multi session use.  When we discovered this
> > issue running rampant, the actual porn site put a TOC that exlained that
> > multi session use would be billed as such.
> > ----- Original Message -----
> > From: "Steve Nelson" <[EMAIL PROTECTED]>
> > To: "Fusebox" <[EMAIL PROTECTED]>
> > Sent: Wednesday, July 05, 2000 6:35 AM
> > Subject: <CF_porn>...
> >
> > > I have a slightly unusual question to ask.... Does anyone on this list
> > > manage a pornography site?  (you can contact me off the list if you're
> > > weird about it)
> > >
> > > I'm asking, because I was just chatting with a CF developer who runs a
> > > porn site and he was talking about how everyone once in a while someone
> > > will buy an account and post the username and password on some 'free
> > > password list' website and then his site crashes because it can't handle
> > > the amount of requests.
> > >
> > > Anyway, if anyone has dealt with this issue, I'd love to chat about how
> > > they got around it for a security module I'm working on, or brainstorm
> > > on potential solutions.
> > >
> > > Steve Nelson
> > > --------------------------------------------------------------------------
> > ----
> > > To Unsubscribe visit
> > http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/fusebox or
> > send a message to [EMAIL PROTECTED] with 'unsubscribe' in
> > the body.
> > >
> >
> > ------------------------------------------------------------------------------
> > To Unsubscribe visit 
>http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/fusebox or send a 
>message to [EMAIL PROTECTED] with 'unsubscribe' in the body.
> ------------------------------------------------------------------------------
> To Unsubscribe visit 
>http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/fusebox or send a 
>message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

------------------------------------------------------------------------------
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/fusebox or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to