I am using laravel 3 for my web application. As its outdated now so i am not getting any help for laravel3 for: android application integration with laravel 3.
Problem: when i submit get request to my web services but when i submit post request to login user, its not working. It is because of session_payload and laravel_session, every time laravel sending different session_apyload request to server. so how to send get that session_payload for android app and send it with post request to login user?
At this moment it will be very difficult for me to migrate from laravel 3 to laravel 5, so I am continuing in L3. Any help would be really appreciated.