Dear Sir,
I know that <? session_registe r();?> will register a variable that tracks the user ID during a session.
And
session_start() will start a session.
But Should we always declare session_start() and session_registe r() together.
What will happen if I declare session_start() and I don't declare session_registe r().
The main thing is that........... .Can you please explain me the difference of both
OR
When can we use session_start() and session_registe r(). How they will work.
Please help me sir.
Thanks
Deepak
I know that <? session_registe r();?> will register a variable that tracks the user ID during a session.
And
session_start() will start a session.
But Should we always declare session_start() and session_registe r() together.
What will happen if I declare session_start() and I don't declare session_registe r().
The main thing is that........... .Can you please explain me the difference of both
OR
When can we use session_start() and session_registe r(). How they will work.
Please help me sir.
Thanks
Deepak
Comment