Date:  01/24/2005 11:55:01 PM Msg ID:  002411
From:  FoxWeb Support Thread:  002410
Subject:  Re: Question about authentication
Each of the scripts that need to be protected must contain a call to the Auth.Authenticate method.  If all your scripts need to be protected, then you can simply add the call to the fw_enter.prg global procedure.

FoxWeb Support Team
support@foxweb.com email

Sent by Carlos Rosales on 01/24/2005 01:06:16 PM:
Hi all,
 
I have a simple foxweb application but i want to add some security to it. I have been reading documentation and i still have a question :
 
Do I have to run authenticate.fwx for each and every script i want to protect ??? or, how do I login only once to my application and "remember" for all of the other scripts in my app ???
 
I run authenticate on one script and it works right but if I type the address ("website.com/myreport.fwx") on a new explorer session, it loads the page without any authentication asked.
 
Thanks for your help.