Re: [PHP] sessions (version 5.1 to 5.2 )

2007-10-29 Thread tedd
strange. i must be missing something simple. Fritz I would guess that you did make the first line of your code: ?php session_start(); http://www.php.net/session_start Cheers, tedd -- --- http://sperling.com http://ancientstones.com http://earthstones.com -- PHP General Mailing

[PHP] sessions (version 5.1 to 5.2 )

2007-10-28 Thread Fritz Kuhlman
Dear PHP gurus, I moved to PHP from asp around version 4.something. When i tried using sessions on my site, they just wouldn't work. No error messages, just wouldn't work. There was a session ID generated, but if i tried $_SESSION['test'] = somedata; a href=page2.phpcheck session

Re: [PHP] sessions (version 5.1 to 5.2 )

2007-10-28 Thread Robert Cummings
On Mon, 2007-10-29 at 11:15 +0800, Fritz Kuhlman wrote: Dear PHP gurus, I moved to PHP from asp around version 4.something. When i tried using sessions on my site, they just wouldn't work. No error messages, just wouldn't work. There was a session ID generated, but if i tried