samir
Joined: 12 Nov 2007 Posts: 260
|
Posted: Tue May 13, 2008 12:37 pm Post subject: |
|
|
We can use session_destroy to destroy all the variables assigned with the current session
also, we can use session_unregister( string $id ) to unregister the variable named id with the current session
also, session_unset() is also used to unset all the variables assigned with current session
Initially we need to use session_start() to use all these fuctionalities |
|