Simple Machines Community Forum

Archived Boards and Threads... => Archived Boards => Mambo Bridge Support => Topic started by: coendeurloo on January 19, 2007, 07:51:31 AM

Title: User get logged out very fast?
Post by: coendeurloo on January 19, 2007, 07:51:31 AM
I have a site on http://www.caudata.nl (http://www.caudata.nl), (latest joomla version, latest bridge, php 5 etc.)

When a user logs in, he gets logged out immediatly after closing the browser. The cookie is there though. Also, setting the login/logout redirection URL in the login module doesn't workm but that could be because it's unwrapped right? Is there another way to keep the users in the forum when loggin in at the forum?

I'm not a PHP expert. It has something to do with the sessions, but have no idea where to search.

You can test it with:

Login: test123
Pass: testpass
Title: Re: User get logged out very fast?
Post by: coendeurloo on January 19, 2007, 10:21:37 AM
the test123 & testpass login codes now work, had to activate it.

Could someone look into my problem?
Title: Re: User get logged out very fast?
Post by: coendeurloo on January 25, 2007, 05:40:47 AM
I think I've fixed it by setting the local cookies setting off,

However I still can't redirect properly when logging in/out, it always goes to the main site. My forum is unwrapped.

Anyone?
Title: Re: User get logged out very fast?
Post by: Kindred on January 25, 2007, 08:07:14 AM
The redirect option does not work with unwrapped...
Title: Re: User get logged out very fast?
Post by: coendeurloo on January 25, 2007, 08:37:01 AM
I understand.

Is there another way to keep the visitors on the current page they log in to? Basically, I do not want to redirect them at all, just let them stay on the forum or joomla portal, depends on where they log in.