subhajit Posted January 21, 2008 Share Posted January 21, 2008 How can I use PHP to create login session and then logout of that session just like we do in an email account (that is how to implement the sign in and signout that we get in an email )???? Quote Link to comment https://forums.phpfreaks.com/topic/87003-how-to-implement-login-and-logout-with-php/ Share on other sites More sharing options...
mmarif4u Posted January 21, 2008 Share Posted January 21, 2008 session_start(); And session_destroy(); Quote Link to comment https://forums.phpfreaks.com/topic/87003-how-to-implement-login-and-logout-with-php/#findComment-444896 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.