Setting a session using jquery without page reload
Posted
by John
on Stack Overflow
See other posts from Stack Overflow
or by John
Published on 2010-05-12T13:18:58Z
Indexed on
2010/05/12
13:24 UTC
Read the original article
Hit count: 93
I have a problem, how can I set a session using jquery(AJAX) without page refresh.My problem is the session is not set unless I press on the refresh button so as to set the session.My php page is separate from my jquery code. This is a login function am trying to implement Any help will be greatly appreciated.
© Stack Overflow or respective owner