|
|
|
Re: Another question about cookies and session [message #31665 is a reply to message #31586] |
Thu, 11 May 2006 08:19 |
tanoor
Messages: 6 Registered: March 2006
Karma: 0
|
Junior Member |
|
|
OK now here my point:
I have a site which allows people to connect and to register. What i want is to implement single sign on.
For the 'register' part, there's no problem, when the system creates a user, it uses the function 'fud_add_user' (of the API USER) to force the creation of a new user in fudforum side.
But for the 'connect' part, I have some problems.
The scheme is the following:
--> The user logs in.
--> The system connects the user.
--> The system tries to log the user to fudforum using the function 'external_fud_login' of the file 'forum_login.php'.
Here is the problem: from the function 'external_fud_login', i get a ses_id which seems to be valid. The fud_session_XXX cookie is also created.
So every thing should be fine. But, when i go to the forum, the user is not logged.
I can't understand why?
Does anyone can help me?
[Updated on: Thu, 11 May 2006 09:31] Report message to a moderator
|
|
|
|
|