You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by chella durai <ch...@yahoo.com> on 2002/01/04 07:51:10 UTC

Apache and PHP4 session management

Hi,
I have implemented session management using PHP and
apache server. When i press the back button in the
browser, the previous page is expiring.
 
Please let me know if there is any solution for this
problem.

thanks in advance,
Chella


__________________________________________________
Do You Yahoo!?
Send your FREE holiday greetings online!
http://greetings.yahoo.com

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: Apache and PHP4 session management

Posted by Fred Koschara <wf...@L5Development.com>.
At 10:51 PM 1/3/02 -0800, chella durai <ch...@yahoo.com> wrote:
>Hi,
>I have implemented session management using PHP and
>apache server. When i press the back button in the
>browser, the previous page is expiring.
>
>Please let me know if there is any solution for this
>problem.
>
>thanks in advance,
>Chella

This is a PHP problem, not well documented in their manual.  See the user 
notes at http://www.php.net/manual/en/function.session-cache-limiter.php

     "Problems with missing data from POST forms (Netscape 4) can be fixed by
      setting:
      session.cache_limiter = private, must-revalidate
      in the configuration file (or by calling this function)."

-- Fred Koschara, President
    L5 Development Group
________________________________________________________________________
For private sector (commercial) space development, visit
	http://www.L5Development.com
L5 Software Development - "out of this world" sites and software
	http://www.L5Software.com
StudioLines.com - Your place on the Internet for local music
	Music, feedback, connections. Tap the power of the Internet!
	http://www.StudioLines.com
How much did your last traffic ticket cost you?
	http://www.StopHighwayRobbery.com
ThmIndxr(tm), the *only* HTML thumbnail/indexer you need!
	http://www.L5Software.com/go?ThmIndxr
wCapLock(tm), makes CapsLock work like it does on a typewriter
	http://www.L5Software.com/go?wCapLock
KeywordGo(tm), provides keyword access to your popular pages
	http://www.L5Software.com/go?KeywordGo
BannerAds(tm), join multiple affiliate programs with one banner
	http://www.L5Software.com/go?BannerAds
My personal Web page is http://www.L5Development.com/wfredk
	Stop by some time!


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org