I'm getting a lot of reports from users saying they can't see the "Upload Photos" link after successful login. I saw in another thread (
Few users unable to see the upload button) where this is a cookie problem, and yes it is because once I ask users to delete there cookies and try again, it always works.
But, how do I fix this problem? I'm sure there are a lot of users that give up trying and never write and never return...
I'm running 5.61 integrated with phpBB
What are the proper cookie settings for integration with phpBB?
I have the following:
PhotoPost Cookie Path: /
Forum Cookie Prefix: (blank-nothing)
PhotoPost Cookie Domain: .mydomain.com (with my domain)
In my installation, PhotoPost shares a database with phpBB. All PhotoPost tables have the prefix "pp_". Should this be the value in "Forum Cookie Prefix", or should I set "Forum Cookie Prefix" to "phpbb2mysql"?
Lastly, does it make a difference if the user accesses the site with or without the "www" - IOW, does the presence of the "www" affect the cookie in any way?
Thanks in advance for you help!