> -----Original Message-----
> From: tvlgiao [mailto:[EMAIL PROTECTED] 
> Sent: Sonntag, 5. Februar 2006 00:28
> To: [email protected]
> Subject: [EMAIL PROTECTED] only one ip per user (has many 
> connections) can access resource at the same time ?
> 
> Hello all,
> 
> How can I configure Apache to use mod_auth_mysql  to solve 
> the following authentication theme:
> 
> In brief: if A logs in and is downloading  (connection 
> established, IP is saved when he logs  in), no other user can 
> use A's account to  authenticate (because anyone else has 
> different  IP.)
> 
> If A logs in and is not downloading anything (no  connection, 
> session and A's IP is saved).  B can use A's account  to log 
> in (establish a new Connection, B's  session overrides A's as 
> A hasn't start any connection).  Hence, Precisely at the time 
>  when B logs in, A is booted as B's session already overrides A's.

You have a fundamental misunderstanding of HTTP. It is not a conection-based 
protocol (like the telephone), it is connection-less and stateless and works 
with the client and server exchanging messages (ie, it is electronic document 
mail-order). So, at the HTTP layer, you don't really have people "logged in" at 
all...

Having said all that, you can provide the illusion of sessions and 
statefullness, but only by loading an application on top of HTTP - this would 
be some form of session tracking using cookies, for example. For this, you need 
additional server-sided logic (eg, CGI, PHP, Cocoon, etc.) and it can't be done 
simply by configuring apache.

Rgds,
Owen Boyle
Disclaimer: Any disclaimer attached to this message may be ignored. 

> 
> thanks.
> tvlgiao.
> 
> 
Diese E-mail ist eine private und persönliche Kommunikation. Sie hat keinen 
Bezug zur Börsen- bzw. Geschäftstätigkeit der SWX Gruppe. This e-mail is of a 
private and personal nature. It is not related to the exchange or business 
activities of the SWX Group. Le présent e-mail est un message privé et 
personnel, sans rapport avec l'activité boursière du Groupe SWX.
 
 
This message is for the named person's use only. It may contain confidential, 
proprietary or legally privileged information. No confidentiality or privilege 
is waived or lost by any mistransmission. If you receive this message in error, 
please notify the sender urgently and then immediately delete the message and 
any copies of it from your system. Please also immediately destroy any 
hardcopies of the message. You must not, directly or indirectly, use, disclose, 
distribute, print, or copy any part of this message if you are not the intended 
recipient. The sender's company reserves the right to monitor all e-mail 
communications through their networks. Any views expressed in this message are 
those of the individual sender, except where the message states otherwise and 
the sender is authorised to state them to be the views of the sender's company.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to