[Phplib-users] session variable
Brought to you by:
nhruby,
richardarcher
From: Norbert F. <fe...@hu...> - 2004-05-05 08:20:07
|
Hello, My program lose session variable. I register a variable with $sess->register and it works fine. I can read its value with $_SESSION, and even the $sess->is_registered returns with true. I can read the value of this session variable just before page_close and after page_close. There is nothing else after page_close, I only print this value. If I refresh the page, my session variable is not set. I tried to print out its value just after session_start is called in function $sess->start in session4.inc but nothing. Register_globals is off in php.ini. I use the following versions: win xp apache: 2.0.49 php: 4.3.6 phplib 7.4 I have no idea what should I do to find the problem. I hope you could understend my problem and my english. Thanks, Norbert |