ID: 15310
Updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
-Status: Open
+Status: Feedback
Bug Type: Session related
Operating System: linux
PHP Version: 4.1.1
New Comment:
Somehow the responses got out of sync.
Please a) try a newer version of PHP (we're at 4.2.1) and b) try a new,
self-contained example with the suggestions given.
Previous Comments:
------------------------------------------------------------------------
[2002-04-14 08:12:25] [EMAIL PROTECTED]
reopen..the feedback _was_ given.
------------------------------------------------------------------------
[2002-04-14 00:00:02] [EMAIL PROTECTED]
No feedback was provided for this bug for over a month, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
------------------------------------------------------------------------
[2002-02-01 02:49:31] [EMAIL PROTECTED]
I mean value of $_SESSION['time'] lost at refresh.
When I comment line $test->t() script works correctly:
Array
(
[time] => 1012549372
)
------------------new _SESSION:--------------------------
Array
(
[time] => 1012549373
)
When I remove comment the output is like this (don't forget begin new
session):
Array
(
)
------------------new _SESSION:--------------------------
Array
(
[time] => 1012549537
)
------------------------------------------------------------------------
[2002-02-01 02:22:49] [EMAIL PROTECTED]
What do you mean "it has not given result".
If you mean $time does not have value, it's normal.
if $_SESSION['time'] does not have value something wrong.
If you mean you don't see $test->$mT['TEST']['_SESSION_']['time'] does
not have value, it's your bug.
Please try to be more specific.
------------------------------------------------------------------------
[2002-01-31 06:06:48] [EMAIL PROTECTED]
I have removed session_register() call and began new session, but it
has not given result.
------------------------------------------------------------------------
The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/15310
--
Edit this bug report at http://bugs.php.net/?id=15310&edit=1