I am having difficulty on maintaining session when using ajax.
I first load a page with a session genterated. But since AJAX is a
client side
activity where I sent an AJAX request to an url without any session
info. Of course, the server will create a new session. Even though I
can write
the session id into the first page where I made ajax calls, it is not a
secure way...
How do people deal with this problem?
thanks
Jim
I first load a page with a session genterated. But since AJAX is a
client side
activity where I sent an AJAX request to an url without any session
info. Of course, the server will create a new session. Even though I
can write
the session id into the first page where I made ajax calls, it is not a
secure way...
How do people deal with this problem?
thanks
Jim
Comment