coppermine-vbulletin session problem coppermine-vbulletin session problem
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

coppermine-vbulletin session problem

Started by evitu, November 09, 2008, 04:16:10 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

evitu

I have the following issue after having bridged coppermine and vbulletin:
the bridge seems to be ok, but when I check option "remember me" in log-in process, after a bit (in the same session) during gallery's navigations I lost my log-in in the coppermine, while in vbulletin I remain logged.

I have already tried to clean up my cookies but the problem remain.

Any suggest?

Coppermine install: http://www.scientificomanfredonia.com/cpg/
Forum install: http://www.scientificomanfredonia.com/forum/
Coppermine version: cpg1.4.19
Forum version: vbulletin 3.7.1
Test user account: test_tmp/test_tmp

BridgeManager settings:
Forum URL:  http://www.scientificomanfredonia.com/forum
Relative path to your BBS's config file:  ../forum/
Use post-based groups?:  0

Thanks in advice.

Nibbler

vb probably deletes your session after a while for being inactive (in the forum), and the bridge file does not support 'remember me'.

evitu

Thanks for the answer.  :)
I will try to send a null ajax request on each gallery's page in order to keep alive sessions.