Forty-two_? Posted December 15, 2002 Share Posted December 15, 2002 I am using easyPHP and running on a PC. I can login and it recognises me but as soon as I change page I lose my identity (the logout button disappears). Also when trying to create a new user I get an error message about duplicate headers... Where should I start looking the problem. There are no short cuts to any place worth going. Link to comment Share on other sites More sharing options...
mattice Posted December 15, 2002 Share Posted December 15, 2002 Your problem seems session related. Whenever you hover over a link does it show the session_id (big strange alphanumeric string at the end) in your browsers status bar? Have you tried to remove all cookies from your browser? Is there a c:tmp directory on your system? HTH Mattice "Politics is the art of preventing people from taking part in affairs which properly concern them" Link to comment Share on other sites More sharing options...
Forty-two_? Posted December 15, 2002 Author Share Posted December 15, 2002 The session id is displayed when I hover over a button. (but is alot shorter when I am logged in ?) The c:temp file has gone, with no effect. I do not get this problem when logged into someone else's live site on the web. There are no short cuts to any place worth going. Link to comment Share on other sites More sharing options...
mattice Posted December 15, 2002 Share Posted December 15, 2002 not c:temp but c:tmp as that is where the sessions are stored by default. (settings are in configure.php) You can try setting them to 'mysql' and see if that makes a difference. "Politics is the art of preventing people from taking part in affairs which properly concern them" Link to comment Share on other sites More sharing options...
Forty-two_? Posted December 16, 2002 Author Share Posted December 16, 2002 Thanks I changed the STORE_SESSIONS in configure.php to point to my database (mysql_catalog) and it all seems to work. :) There are no short cuts to any place worth going. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.