Greetings All,
I m working with the CGI for authentication.
OS:SunOS 5.8 Generic_117350-34 sun4u sparc SUNW,Ultra-80
Server:Apache
I m trying to authenticate the website with CGI. i m using the
file .htaccess.AllowOverride All is set like this.but still i m not
getting autnticated.
but if i use
On Dec 5, 7:34 pm, [EMAIL PROTECTED] (David Dorward) wrote:
> On 5 Dec 2007, at 14:00, Praki wrote:
>
> > I m working with the CGI for authentication.
> > bash-2.05b$ more .htaccess
> > AuthType Basic
> > AuthName Cisco-CEC
> > AuthUserFile /isaac/w
On Dec 5, 7:34 pm, [EMAIL PROTECTED] (David Dorward) wrote:
> On 5 Dec 2007, at 14:00, Praki wrote:
>
> > I m working with the CGI for authentication.
> > bash-2.05b$ more .htaccess
> > AuthType Basic
> > AuthName Cisco-CEC
> > AuthUserFile /isaac/w
Greetings All,
I m trying to authenticate the user for my web page using the ldap
server.i m able to get the info using user name. but i m not able to
authenticate the password. here is the below code i m using.even if i
give the wrong password it access the ldap server.i m not able to
authenticat
Greetings All,
i m creating a session storing the loging credentials. i want to
access that data later after crossing two pages.i have created the
sesion but i could not get the data back some where i m going wrong
can u point me where ..
my first first file getting the login credentials
#!/us
Greetings All
I have a Perl file in which i m doing all the operaions in one file
based on the command line arguments.
login.cgi
.
.
.
$query = new CGI;
$sid = $query->cookie('CGISESSID') || $query->param('CGISESSID') ||
undef;
$submit_value=$query->param("submit");
if ($sid ne ""){
print $query-
Hi All,
I m creating the session in the Perl. all the functions are done in a
single file. the operations are performed by the command line
arguments.
for managing the session i m using the CGI. but when i create a CGI
object then all the Input from both POST and GET methods are parsed by
it. i m