login problem with ajax
Posted
by Amit
on Stack Overflow
See other posts from Stack Overflow
or by Amit
Published on 2010-03-16T05:34:43Z
Indexed on
2010/03/16
5:36 UTC
Read the original article
Hit count: 462
i have created login page which sends ajax request to a php page for login verification. On that php page i m creating session, and sending response as per login verification. if user is authenticated i m redirecting it to home page from java script from where i send ajax. but on that homepage i cant get that session object... why? can u tell me solution to retrieve that session on home page
© Stack Overflow or respective owner