Admin-Stress wrote:

> Hi,
>
> How can I check cgi session? mmm .. maybe better I explain like this:
>
> I just want to make a 'secure site' that need username and password. So, the first 
>page of my site
> would be "fill in you username and password", for example, it will be placed here :
>
>    http://www.mydomain.com/login.html
>
> After that, I will call /cgi-bin/checkpasswd.pl, if OK then user will be transfered 
>to another
> page, e.g.:
>
>    http://www.mydomain.com/welcome.html
>
> My question, how can I make sure that ONLY ppl passed checkpasswd.pl can see that 
>welcome.html
> (and the rest of page). It should be about checking 'session' or some other trick ...
>
> Anyone can give me pointer/clues how to do this? .. in a simplest way ..
>
> Thanks,
>
> kapot

isnt there a CGI::Session for your session management/auth issues?


http://search.cpan.org/author/SHERZODR/CGI-Session-2.94/doc/Session.pod
http://search.cpan.org/author/SHERZODR/CGI-Session-2.94/doc/cgisessioncook.pod
chris
--
-------------------------------
Just Your Friendly Neighborhood
_SPIDEY_



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to