I want to make a portal with password protected pages and directories using
PERL (not IIS or Apache directory permissions). What is the best way to go
about this? Keeping state and passing variables within the code? I have
read tons of things on the net about making Forms and scripts with
I am trying to create a portal using IIS/MSSQL/PERL... I can capture user
input, query user names, and verify passwords. I need to know the best way
to make sure the person has authenticated and is allowed to view the
restricted content. When people authenticate is there a way pass a
Initially, I have created CGI::Portal for my own projects, but decided to share
it with the community.
CGI::Portal should significantly speed up the development of your next projects
since it provides core web application functionality like user login,
registration, encrypting of passwords
U, GABRIEL" wrote:
> I am not sure if this is the right place to ask this question but I was
> hoping somebody can provide some information on this. I am trying to build a
> Web Portal for a variety of transactions accessing a database using perl. I
> do not know if there are s
I am not sure if this is the right place to ask this question but I was
hoping somebody can provide some information on this. I am trying to build a
Web Portal for a variety of transactions accessing a database using perl. I
do not know if there are some documentation that can provide me a