Lautarox Posted January 17, 2009 Share Posted January 17, 2009 Well.. I've seen that the ajax request doesn't recognize the php sessions, how could I create a working log in session? do I have to use only cookies? Quote Link to comment Share on other sites More sharing options...
shlumph Posted January 17, 2009 Share Posted January 17, 2009 Do a session_start() at the top of your asynchronously accessed page, and you should be able to access your $_SESSIONĀ Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.