Junny Posted January 20, 2007 Share Posted January 20, 2007 Hi, I installed LoginBox v5.21 (by Justin of World Famous Comics). I love this contributinon, its useful. but, logged in at the default.php page. The page should be changes customer greeting and LoginBox message. Nothing will changes default.php page. but, move to product_info page, LoginBox is change to My Account information. and back to default.php page LoginBox is change to My Account information and welcome junny message is on. I checked other way to login.(Log in from create_account.php) It will redirect to default.php page and have a same probrem(no messege changed but logging in). Do you have any ideas?? :huh: Quote Link to comment Share on other sites More sharing options...
Junny Posted January 21, 2007 Author Share Posted January 21, 2007 More information about Not greeting. There is no "?osCsid=xxxxxxxx" address in url window at default.php page. The other pages "?osCsid=xxxxxxxx" is working. Which file is wrong? Quote Link to comment Share on other sites More sharing options...
Junny Posted January 21, 2007 Author Share Posted January 21, 2007 I realized that SSL connection have a problem. Login=>[sSL address]/default.php Customer greeting and LoginBox is not changing. Then go to NON SSL pages, Customer Greeting =>welcome junny LoginBox contents =>My Account info :( Quote Link to comment Share on other sites More sharing options...
Junny Posted January 22, 2007 Author Share Posted January 22, 2007 I just fixed this problem. When login with secure connection, PHP 4.3.9 can't keep the session parameters. So, I comment out this section. in /includes/application_top.php if (function_exists('session_set_cookie_params')) { session_set_cookie_params(0, substr(DIR_WS_CATALOG, 0, -1)); } I don't know it's the right solution. But, it works! :thumbsup: thanks. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.