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? Link to comment https://forums.phpfreaks.com/topic/141152-ajax-login-and-sessions/ 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Ā Link to comment https://forums.phpfreaks.com/topic/141152-ajax-login-and-sessions/#findComment-738819 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.