Re: [PHP] sessions and data missing browser message

2001-02-20 Thread Evelio Martinez

"Martin A. Marques" escribió:

> Mensaje citado por: Evelio Martinez <[EMAIL PROTECTED]>:
>
> >
> > Hi!
> >
> > is there any relation between use of sessions (php 4.0.4) and  the
> > following browser message ?
> >
> > Data Missing
> >
> > This document resulted from a POST operation and has expired from the
> > cache. If you wish you can repost the form
> > data to recreate the document by pressing the reload button.
>
> Whta does the error file say (error_log in apache)?

Nothing at all

>
>
> > I am having this message since I include session handling in the code.

>
> Change the expire time?

Do you mean php.ini session.cache_expire ?  Now it contains 180.
The funny thing is that the pages that provoke it do not have anything
related with expire time, just the first login page.

I have done some test with GET instead of POST and now it seems to work ok.

Any explanation?

>
>
> > Is there any way to avoid this?
>
> Martin Marques

Thanks

--
Evelio Martínez





Re: [PHP] sessions and data missing browser message

2001-02-19 Thread Martin A. Marques

Mensaje citado por: Evelio Martinez <[EMAIL PROTECTED]>:

> 
> Hi!
> 
> is there any relation between use of sessions (php 4.0.4) and  the
> following browser message ?
> 
> Data Missing
> 
> This document resulted from a POST operation and has expired from the
> cache. If you wish you can repost the form
> data to recreate the document by pressing the reload button.

Whta does the error file say (error_log in apache)?

> I am having this message since I include session handling in the code.

Change the expire time?

> Is there any way to avoid this?

Martin Marques

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] sessions and data missing browser message

2001-02-19 Thread Evelio Martinez


Hi!

is there any relation between use of sessions (php 4.0.4) and  the
following browser message ?

Data Missing

This document resulted from a POST operation and has expired from the
cache. If you wish you can repost the form
data to recreate the document by pressing the reload button.

I am having this message since I include session handling in the code.

Is there any way to avoid this?

Thanks in advance

--
Evelio Martínez