Limiting users accessing app instance
Web Server forum
Back To The Forum Home!Search!Private Messaging System

Web Server Talk Web Server Talk > Web Servers reviews > Macromedia Flash Server > Limiting users accessing app instance




  Last Thread   Next Thread Next
  Show Printable Version Email this Page Subscribe to this Thread      Post New Thread    Post A Reply      

    Limiting users accessing app instance  
Lumenbrite Support


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
05-29-06 09:57 PM

Hi Everyone,

I wanted to find out if there is a way to limit users by their IP address or
machine ID through the server XML files. I know you can set the bandwidth
ceiling per application, but this can be tedious if you have to do this cap
for every individual application.  I want to prevent users from being able
to open multiple instances on one computer.

Please help,



Roman J Villarreal

Pulse Media, Inc.

Lumenbrite Training

217 North Stanton Street

El Paso, TX 79901

(915) 838-1015

(915) 838-1016



lumenbrite.com <http://www.lumenbrite.com>





 ________________________________________
_______
FlashComm-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com






[ Post a follow-up to this message ]



    Re: Limiting users accessing app instance  
Bill Sanders


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
05-29-06 09:57 PM

Hi Roman,

There's a Clienti.ip property. Just don't allow any dups and your job
is done.

HTH,
Bill

Go Miners!

On May 28, 2006, at 1:30 PM, Lumenbrite Support wrote:

> Hi Everyone,
>
> I wanted to find out if there is a way to limit users by their IP
> address or
> machine ID through the server XML files. I know you can set the
> bandwidth
> ceiling per application, but this can be tedious if you have to do
> this cap
> for every individual application.  I want to prevent users from
> being able
> to open multiple instances on one computer.
>
> Please help,
>
>
>
> Roman J Villarreal
>
> Pulse Media, Inc.
>
> Lumenbrite Training
>
> 217 North Stanton Street
>
> El Paso, TX 79901
>
> (915) 838-1015
>
> (915) 838-1016
>
>
>
> lumenbrite.com <http://www.lumenbrite.com>
>
>
>
>
>
>  ________________________________________
_______
> FlashComm-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
>
> Brought to you by Fig Leaf Software
> Premier Authorized Adobe Consulting and Training
> http://www.figleaf.com
> http://training.figleaf.com

bill sanders | www.sandlight.com | bloomfield, ct | 860-242-2260


 ________________________________________
_______
FlashComm-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com






[ Post a follow-up to this message ]



    RE: Limiting users accessing app instance  
Jayson K Hanes


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
05-29-06 09:57 PM

That would really be a bad way to handle things.. for 2 really big
reasons:

1) dead and/or un-garbage collected (terminated) connections.. (they'd
have to wait at least the GC interval.. and hope their connection gets
terminated)
2) users who access the application from behind a router... 1 to many
NAT... they would all be using the same public IP address.

The problem should thus be obvious..

There would have to be some other kind of server-side logic that
inspects activity to the client with a ping and then compares a count
per ip as such.

-Jayson
[vbcol=seagreen]
> -----Original Message-----
> From: flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org 
[mailto:flashcomm-
> bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org] On Behalf Of Bi
ll Sanders
> Sent: Sunday, May 28, 2006 3:12 PM
> To: FlashComm Mailing List
> Subject: Re: [FlashComm] Limiting users accessing app instance
>=20
> Hi Roman,
>=20
> There's a Clienti.ip property. Just don't allow any dups and your job
> is done.
>=20
> HTH,
> Bill
>=20
> Go Miners!
>=20
> On May 28, 2006, at 1:30 PM, Lumenbrite Support wrote:
>=20 
 ________________________________________
_______
FlashComm-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com






[ Post a follow-up to this message ]



    Re: Limiting users accessing app instance  
Bill Sanders


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
05-29-06 09:57 PM

Jayson,

1) Hadn't thought of that, but you're right. GC would prevent re-
connection. However, on disconnect all IP addresses of leaving
clients could be removed from an array(), no?

2. Good point.

Thanks,
Bill

On May 28, 2006, at 4:02 PM, Jayson K Hanes wrote:

> That would really be a bad way to handle things.. for 2 really big
> reasons:
>
> 1) dead and/or un-garbage collected (terminated) connections.. (they'd
> have to wait at least the GC interval.. and hope their connection gets
> terminated)
> 2) users who access the application from behind a router... 1 to many
> NAT... they would all be using the same public IP address.
>
> The problem should thus be obvious..
>
> There would have to be some other kind of server-side logic that
> inspects activity to the client with a ping and then compares a count
> per ip as such.
>
> -Jayson
> 
>  ________________________________________
_______
> FlashComm-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
>
> Brought to you by Fig Leaf Software
> Premier Authorized Adobe Consulting and Training
> http://www.figleaf.com
> http://training.figleaf.com

bill sanders | www.sandlight.com | bloomfield, ct | 860-242-2260


 ________________________________________
_______
FlashComm-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com






[ Post a follow-up to this message ]



    RE: Limiting users accessing app instance  
Jayson K Hanes


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
05-29-06 09:57 PM

But that comes back to the issue of "waiting for FCS to really know a
user has disconnected".. clean disconnects are of no consequence here..
it's all about the infamous dirty disconnects that will fail here..
until the GC successfully removes them... (if ever.. lol)

Some other logic will have to be implemented behind the scenes to
satisfy such a desire..

-Jayson
[vbcol=seagreen]
> -----Original Message-----
> From: flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org 
[mailto:flashcomm-
> bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org] On Behalf Of Bi
ll Sanders
> Sent: Sunday, May 28, 2006 4:09 PM
> To: FlashComm Mailing List
> Subject: Re: [FlashComm] Limiting users accessing app instance
>=20
> Jayson,
>=20
> 1) Hadn't thought of that, but you're right. GC would prevent re-
> connection. However, on disconnect all IP addresses of leaving
> clients could be removed from an array(), no?
>=20
> 2. Good point.
>=20
> Thanks,
> Bill
>=20
> On May 28, 2006, at 4:02 PM, Jayson K Hanes wrote:
>=20 
(they'd[vbcol=seagreen] 
gets[vbcol=seagreen] 
many[vbcol=seagreen] 
count[vbcol=seagreen] 
 ________________________________________
_______
FlashComm-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com






[ Post a follow-up to this message ]



    Sponsored Links  




 





   All times are GMT. The time now is 10:30 AM.      Post New Thread    Post A Reply      
  Last Thread   Next Thread Next


Most Popular forums 

Forum Jump:
Rate This Thread:

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is OFF
 
Medical and Health forum | Computer Games Reviews | Graphics design forum

Back To The Top
Home | Usercp | Faq | Register