SEESION not expire Please Helps

Discussions of secure PHP coding. Security in software is important, so don't be afraid to ask. And when answering: be anal. Nitpick. No security vulnerability is too small.

Moderator: General Moderators

Locked
philoo
Forum Newbie
Posts: 4
Joined: Thu May 04, 2006 4:52 am

SEESION not expire Please Helps

Post by philoo »

Hello all, ( I did on other forums without success)

I changed configuration php.in with

session.cache_expire = 2
(for 2 minutes)
then create

session_start() ;
$_SESSION['gone'] = "OK-OK-OK" ;
After about 10 minutes, I reactive the page , it does not expired and still have

$_SESSION['gone'] = "OK-OK-OK" ;
Why ??? Please helps

Many thanks

Philo
User avatar
JayBird
Admin
Posts: 4524
Joined: Wed Aug 13, 2003 7:02 am
Location: York, UK
Contact:

Post by JayBird »

[url=http://forums.devnetwork.net/viewtopic.php?t=30037]Forum Rules[/url] Section 1.1 wrote:3. Do not make multiple, identical posts. This is viewed as spam and will be deleted.
Locked