thanx Wendell for your suggestion. apparently i tried using cookies, but my cookies also get deleted after my session is "disconnected". (?!?!) i did not set an expiry date to my cookies because i need them to be deleted when the user closes his browser. what could i have done wrong??
----- Original Message ----- From: "Wendell Frohwein" <[EMAIL PROTECTED]> To: "'Ng Hwee Hwee'" <[EMAIL PROTECTED]> Sent: Tuesday, April 27, 2004 3:00 PM Subject: RE: [PHP-DB] Session > Im sure you can store the session ID in a cookie. Then this will save > all your variables. > > > I hope this helps. > > > Wendell > > > > -----Original Message----- > From: Ng Hwee Hwee [mailto:[EMAIL PROTECTED] > Sent: Monday, April 26, 2004 11:46 PM > To: DBList > Subject: [PHP-DB] Session > > Hi, > > I have a problem with my session variables. I set them using for e.g., > $_SESSION["user"]=$name; > > However, because of weak network links, somehow my $_SESSION variables > get unset. Is there a way to still keep the session variables even > though the network is unstable?? i.e. as long as my browser is open, is > there a way to still store my session variables? by the way, i'm not > referring to the session ids, I'm referring to the variables that i > wanted to session_register(). > > Thank you. > > Regards, > Hwee > > -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php