Hi Simon,
Thanks for taking the time to reply.
#1 I know all the arguments for upgrading, but the client is in the middle of moving premises and is resisting any changes until that's over with. I pester him on a daily basis, especially as pretty much every issue he has is met with 'upgrade, upgrade, upgrade'! ;o)
#2 Sessions are handled as:
Admin/Configuration/Sessions:
Session Directory /tmp
Force Cookie Use False
Check SSL Session ID False
Check User Agent False
Check IP Address False
Prevent Spider Sessions True
Recreate Session False
Stores configure.php:
define('USE_PCONNECT', 'true'); // use persistent connections?
define('STORE_SESSIONS', ''); // leave empty '' for default handler or set to 'mysql'
Admins configure.php:
define('USE_PCONNECT', 'true'); // use persisstent connections?
define('STORE_SESSIONS', ''); // leave empty '' for default handler or set to 'mysql'
Any pointers on these gratefully received, although aside from this issue, everything else works fine.
#3 I added the code to the htaccess file but still see the oscsid throughout the site, should it be stripping it?
ShareThis did tell me I could:
Quote:
You can modify the stWidget JavaScript object's properties dynamically to specify the content that is shared.
You can strip of the session id from the url and pass that url to 'stWidget.addEntry() method'
For more information, you can visit the link:
http://help.sharethis.com/customization ... propertiesBut this is all pretty foreign to me and it would be nice to know how to kill the issue locally as surely anyone emailing a link to the page they're viewing direct from their browser or as I do all the time from my phone will also be sending their session ID and therefore access to all their info?