Can I create user log in application without starting a new session(without using session_start()).
I've created a application where user can log in but session is not created.But everything is working correctly.My application is working under one url.URL is not changing when user navigates.Everyting is happaning behind the scene usign AJAX.
1)If I move with my way will there be problems in future ?.
2)Is it a bad practice ?.
Thanks.