[orkut-developer] Re: PHP sessions getting destroyed

2008-06-04 Thread yoyoga
Yea - I have been able to modify makeRequest to do the task without depending on sessions. Luciano is right - mixing makeRequest would sessions won't work. - Y On Jun 3, 7:29 am, "Luciano Ricardi" <[EMAIL PROTECTED]> wrote: > The session generally uses cookies to control it... So... MakeRequest

[orkut-developer] Re: PHP sessions getting destroyed

2008-06-03 Thread Luciano Ricardi
The session generally uses cookies to control it... So... MakeRequest makes an server to server call... The client (orkut user) does not touch your remote server, this includes cookies savings... So, I suggest that you implement ways to control the "sessions" of your gadget using SIGNED request...

[orkut-developer] Re: PHP sessions getting destroyed

2008-06-02 Thread Rohit Ghatol (Google)
Hi, I am not a php programmer myself, but there would be some php programmers on this forum. I would recommend you provide some more information on this. A code snippet and some text description of your environment and logic would definitely help others answer your queries better. Thanks, Rohit