From:             [EMAIL PROTECTED]
Operating system: unix
PHP version:      4.2.1
PHP Bug Type:     Session related
Bug description:  session disappeared...please help me

..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 bug report at http://bugs.php.net/?id=21025&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=21025&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=21025&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=21025&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=21025&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=21025&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=21025&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=21025&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=21025&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=21025&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=21025&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=21025&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=21025&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=21025&r=isapi

Reply via email to