the trick I used was quiet simple...
i hardcoded m sessionID to a var in the first page
echo "var sessionID =" . getSessionid() .";";

and posted it to the second page (using JQuery) where i retrieved it using
getSessionid($_REQUEST[SessionID]);

and then startsession...
then it opens the session given in the getSessionID and you can continue to
use you're session...

2007/3/13, JQuery - SimDigital <[EMAIL PROTECTED]>:

Every time i call by Ajax mode a script, that lost the session data.
It will be usefull for me to allow visits vote just one time per session
(and other things too).

Ps.: I'm using PHP if it help.


_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to