ID:               21025
 Comment by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
 Status:           Bogus
 Bug Type:         Session related
 Operating System: unix
 PHP Version:      4.2.1
 New Comment:

Thank you [EMAIL PROTECTED] 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....


Previous Comments:
------------------------------------------------------------------------

[2002-12-15 09:07:37] [EMAIL PROTECTED]

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 09:03:51] [EMAIL PROTECTED]

..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 :-(

------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=21025&edit=1

Reply via email to