View Single Post
Old August 22nd, 2005, 08:13 PM   #8 (permalink)
Chuck S
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,666
If a user belongs to multiple usergroups simply download the latest photopost and upload smf.php again

I dont think any logouts have to do with sessions. This is right in the file

if ( ($PHPSESSID) && ($PHPSESSID == $sessionid) ) {
$checkpass = 1;
}
elseif ($ID_PASSWORD) {
if ($lastpass == $ID_PASSWORD) {
$checkpass = 1;
}
}
elseif ($dbpassword) {
if ($dbpassword == $finalpass) {
$checkpass = 1;
}


I would beleive your cookies are somehow being dropped. You saying SMF has nowhere in there settings a place to define the cookies?
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote