Next Page gets downloaded in Perl

2007-12-13 Thread Praki
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

CGI query and FORM

2007-12-13 Thread Praki
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

Problem in Session Accessing

2007-12-11 Thread Praki
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

Problem in LDAP authentication

2007-12-07 Thread Praki
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

.htaccess = .WWWaccess ?

2007-12-05 Thread Praki
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

Re: .htaccess = .WWWaccess ?

2007-12-05 Thread Praki
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/www/cgi-bin/pkolanda/authen/.htpasswd AuthGroupFile /dev

Re: .htaccess = .WWWaccess ?

2007-12-05 Thread Praki
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/www/cgi-bin/pkolanda/authen/.htpasswd AuthGroupFile /dev