[Phplib-users] Session Problem
Brought to you by:
nhruby,
richardarcher
From: Elwyn L. <el...@in...> - 2002-11-22 08:24:24
|
Hi, I'm quite new to PHP, and I need help with PHPLib. And I'm using MySQL = as my database. I have a program that works perfectly on one machine using PHPLib, a = user can login and then move from page to page just fine. But taking = that same program onto another machine, I changed the local.inc file to = configure the settings on that machine, and that I'm using the same = version of PHP and MySql, I have problems. A user can log in just fine, = but when I try to move from one page to the next, it'll ask me to login = again, this goes the same with submitting a form or clicking on a link = that would refresh itself. So I try to pass the session using the POST = and GET method and it'll work. So the session is not sent from one page = to the next. Does anybody know why? Has that got to do with the = php.ini file? Please help me. Thanks! Elwyn |