When I login using the Webmakers login box or via the standard login page the login box correctly disappears and 'log-off' appears on the top menu bar, and the url has changed to that of the shared secure server. But as soon as I navigate elsewhere on the site it thinks I'm logged off.
I've had the osc standard version working ok with the same shared secure server and similar config settings. Settings as follows:
Administration > Configuration > Sessions:
Session Directory = /tmp
Force Cookie Use = False
Check SSL Session ID = True
Check User Agent = False
Check IP Address = False
Prevent Spider Sessions = True
Recreate Session = True
configure settings:
define('HTTP_SERVER', 'http://www.<domain>');
define('HTTPS_SERVER', 'https://dnslinux.co.uk/~<package name>');
define('ENABLE_SSL', true);
define('HTTP_COOKIE_DOMAIN', 'www.<domain>');
define('HTTPS_COOKIE_DOMAIN', 'www.<domain>');
define('HTTP_COOKIE_PATH', '/<catalog dir>/');
define('HTTPS_COOKIE_PATH', '/<catalog dir>/');
define('DIR_WS_HTTP_CATALOG', '/<catalog dir>/');
define('DIR_WS_HTTPS_CATALOG', '/<catalog dir>/');
define('USE_PCONNECT', 'false');
define('STORE_SESSIONS', 'mysql');
If I set ENABLE_SSL to false then the login works ok. Why should the login on the standard MS2 version work ok with shared SSL but MAX doesn't?





LinkBack URL
About LinkBacks











Bookmarks