Cookies ....

2001-05-30 Thread Sumit Babu
Hi, I am facing some wired problems with cookies. If I set a cookie and later try to retrieve it using the $r->header_in('Cookie') method, all i am getting is : Apache::Cookie=SCALAR(0x83e1960); Apache::Cookie=SCALAR(0x86645dc) line. The ref. is not blessed and I cannot get the cookies value.

Re: mod_perl based Authentication ...

2001-03-28 Thread Sumit Babu
Hi, Thank you Mike and Carlos for your early replay. I am trying to install Apache::AuthCookie from CPAN, but I am getting the following error (during make test stage) and I am not able to get what is wrong here: --- PERL_DL_NONLAZY=1 /usr/bin

mod_perl based Authentication ...

2001-03-28 Thread Sumit Babu
Hi, I am very new to mod_perl, and would like to know if there are any pointers that provide help/examples for authentication for web sites. Although I am familiar with the cgi scripting, I have not written any kind of authentication on my own. So, if somebody can give some good pointers to th