php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #21025 session disappeared...please help me
Submitted: 2002-12-15 09:03 UTC Modified: 2002-12-15 09:07 UTC
From: prissygypsy at hotmail dot com Assigned:
Status: Not a bug Package: Session related
PHP Version: 4.2.1 OS: unix
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: prissygypsy at hotmail dot com
New email:
PHP Version: OS:

 

 [2002-12-15 09:03 UTC] prissygypsy at hotmail dot com
..Sorry...My English is weak...I tried to search the same problem but I didn't understand what all you talking...I'll try again...I'm a new user for php...please help me...

this is my phpinfo in mysite...

http://www.prissygypsy.com/phpinfo.php

My problem is...session will disappeared when you left the page(you are in toilet 5 minute)  and you comeback...after that click to refresh page again or go to anypage...I dont't know what wrong  and how to solve this problem... I complained to my web hosting many times..but seem I will wait foever...

this is my short script I tested...

<?
session_start();
if(session_is_registered("cart")){
echo "$cart";
}else{
echo "New Session";
$cart="Session_Alive";
session_register("cart");
}
?>

Thank you everyone....please :-(

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-12-15 09:07 UTC] derick@php.net
Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions. 

Thank you for your interest in PHP.
 [2002-12-15 12:55 UTC] prissygypsy at hotmail dot com
Thank you derick@php.net I'm sorry..I don't know where to post my problem :-(...If anyone can help me please send mail reply me please Thank you so much....
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Thu Jul 17 14:04:04 2025 UTC