On Fri, Jan 05, 2007 at 09:20:55AM +0200, Shlomit Afgin wrote:
> 
> I have a directory that define in a http.conf of apache as password
> protected (with AuthUserFile, AuthName, etc)
> 
> When a user arrive to this directory he get few links to a perl
> script.
> 
> I want to know, if there is a way in perl to check if the user past
> okay the authorization 
> to that specific directory.


If you are talking about .htaccess, then there is normally a timeout (up to 30 
minutes)  So re authorization is necessary after that time



> 
> I'm afraid user will save the link to my perl scripts and this way next
> time they go directly to my script they will not post the authorization
> part. 


Do not be afraid, it wont work like that if it is .htaccess protected

> 
> Any ideas or examples are welcome.


Search for 'apache htaccess' and read all about it



Owen 


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to