Re: Problem with session

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Sat, 05 Feb 2005 17:53:01 +0700, Thone <theeraputhm@xxxxxxxxxxxxxxxx> wrote:
> Hi,
>    I don't know what I did it wrong but i can send any variable through
> seesion. I have something like this:
> //page1.php
> session_start();
> $_SESSION['time_to_expire'] = time + ALIVE_TIME;
> 
> //page2.php
> session_start();
> print isset($_SESSION['time_to_expire']);
> 
> always get '0';

How are you passing the session from one page to the next?  You can
pass it in the url or you can use transparent sessions (cookies).


-- 
Greg Donald
Zend Certified Engineer
http://destiney.com/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux