Re: [PHP] plz check the warning message

2001-08-13 Thread Renze Munnik
On Mon, Aug 13, 2001 at 02:01:59PM +0530, Balaji Ankem wrote: > Hi! Renze, > Thanks a lot for u'r help. I am in vacation up to now. > Now i am trying with u'r solution. I am getting the following error. > I am sending the file also. > > Warning: Cannot send session cache limiter - headers

Re: [PHP] plz check the warning message

2001-08-13 Thread Balaji Ankem
ic realm="Private"' );   file://header( 'HTTP/1.0 401 Unauthorized' );   exit; }   ?>       Thanks and regards -Balaji - Original Message - From: Renze Munnik To: Balaji Ankem Cc: [EMAIL PROTECTED] Sent: Friday, August 10, 2001 5:41

Re: [PHP] plz check the warning message

2001-08-10 Thread Renze Munnik
On Fri, Aug 10, 2001 at 04:42:48PM +0530, Balaji Ankem wrote: > Is there anyway to restrict the reposting?? Means after pressing > logout button we shouldn't allow the user to go back or reposting > the data again and getting session again. Okay... I've figured out two 'solutions'. But... I must

Re: [PHP] plz check the warning message

2001-08-10 Thread Renze Munnik
On Fri, Aug 10, 2001 at 04:42:48PM +0530, Balaji Ankem wrote: > Hi, Munnik, > I am starting the session if authentication is successful and i am closing the >session whenever user click on logout button. > Here in my case authentication is succesfull and session is started. And i checked >th

Re: [PHP] plz check the warning message

2001-08-10 Thread Balaji Ankem
g the data again and getting session again.   Thanks and Regards -Balu     - Original Message - From: Renze Munnik To: Balaji Ankem Cc: [EMAIL PROTECTED] Sent: Friday, August 10, 2001 4:13 PM Subject: Re: [PHP] plz check the warning message On Fri, Aug 10, 20

Re: [PHP] plz check the warning message

2001-08-10 Thread Renze Munnik
On Fri, Aug 10, 2001 at 04:08:19PM +0530, Balaji Ankem wrote: > Hi, munnik, > > thankyou for u'r help. > > I am getting the following warning while closing session. > > > Warning: Trying to destroy uninitialized session in c:\www\logout.php on line 3 > session closed for 85744 > > > P

Re: [PHP] plz check the warning message

2001-08-10 Thread Balaji Ankem
/User does not exist or not authenticated.   echo 'Authorization Required.';   header( 'WWW-Authenticate: Basic realm="Private"' );   header( 'HTTP/1.0 401 Unauthorized' );   exit; }   ?>   Thanks in advance   With warm Regards -Balaji       - Origi

Re: [PHP] plz check the warning message

2001-08-10 Thread karthik
output_buffering. Karthik. - Original Message - From: Balaji Ankem To: Yamin Prabudy Cc: [EMAIL PROTECTED] Sent: Friday, August 10, 2001 2:44 PM Subject: [PHP] plz check the warning message This document contains frames, which cannot be edited. The original document is attached

Re: [PHP] plz check the warning message

2001-08-10 Thread Renze Munnik
On Fri, Aug 10, 2001 at 02:44:09PM +0530, Balaji Ankem wrote: > > Warning: Cannot send session cache limiter - headers already sent (output started at >c:\www\authentication.php:2) in c:\www\authentication.php on line 38 > I don't know what's in authentication.php, but I do know that -like th

[PHP] plz check the warning message

2001-08-10 Thread Balaji Ankem
  Warning: Cannot send session cache limiter - headers already sent (output started at c:\www\authentication.php:2) in c:\www\authentication.php on line 38 - Original Message - From: Yamin Prabudy To: Balaji Ankem ; [EMAIL PROTECTED] Sent: Friday, August 10, 200