hey guys..
it was my bonehead mistake..
the page lists a bunch of users in the database.. and i used the same variable name to list them as the session variable for someone who is logged in..
thanks your time anyways,,
Search found 4 matches
- Mon Jun 05, 2006 2:18 pm
- Forum: PHP - Code
- Topic: what would kill session variables?
- Replies: 6
- Views: 1099
- Mon Jun 05, 2006 1:59 pm
- Forum: PHP - Code
- Topic: what would kill session variables?
- Replies: 6
- Views: 1099
thanks for the quick response! what I mean, is that as soon as the user gets to that page (posted at the top) it will no longer recognize any session variables. its as if they have disapeared out of thin air. i use the second post of mine to check authenticate users visiting every page on the websit...
- Mon Jun 05, 2006 1:41 pm
- Forum: PHP - Code
- Topic: what would kill session variables?
- Replies: 6
- Views: 1099
i actually do.. in auth.php (which is inlcuded on top of the top of the original code i posted) <?php //require the PEAR::DB classes. require_once 'DB.php'; $db_engine = 'mysql'; $db_user = '**t'; $db_pass = '**'; $db_host = 'localhost'; $db_name = 'users'; $datasource = $db_engine.'://'. $db_user.'...
- Mon Jun 05, 2006 1:19 pm
- Forum: PHP - Code
- Topic: what would kill session variables?
- Replies: 6
- Views: 1099
what would kill session variables?
ok, i have session variables set up for when a user logs in, they stay logged in however, as soon as I reach this page, it just will not work. any ideas on why this particular page would kill session variables? ps, im not very good at php, alot of this what cut and paste work <?php include("aut...