Linking directly to pagesand images in coppermine Linking directly to pagesand images in coppermine
 

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

Linking directly to pagesand images in coppermine

Started by davened, February 01, 2005, 07:36:46 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

davened

Hi guys,

This is a quick post to basically ask how to identify a session start in coppermine?
I'm trying to access certain sections of coppermine from the 'outside' ie other pages not in coppermine and I always seem to get redirected back to the index.php page whenever I am visiting coppermine the first time.

eg http://coppermineDir/displayimage.php?album=2&pos=12 will push me pack to the index.php page BUT once 'the session'? is started I can go anywhere in the site.

I'm just trying to find where this is set and am having alot of trouble.

Please help.

Apologise if this is a simple issue or has already been soved somewhere. Please send me the link.


Dave

davened

OK I've found that HTTP_SERVER_VARS has something to do with this..

Anyone let me know if I'm on the right track.

HTTP_SERVER_VARS['REDIRECT_URL'] ..... ?

Close?

Joachim Müller

coppermine doesn't use sessions, although some of the bbs apps coppermine can be bridged with do. Linking to coppermine pages should be easy - for details, please post your real url instead of an example.

Joachim