Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

How session works (internal processing of session) ?

Answer Posted / pankajbisane

To start a session:
– session_start()
– Creates a session identifier
– Session identifier is passed between client and server
either as
a Cookie, or in GET parameters
• Then, can create, access, and modify session variables:
– $_SESSION[session_var_name] = value;
– $_SESSION is only available once you call session_start()
– $local_variable = $_SESSION[session_var_name];
– Can check if session variable is set by using isset();
• To end a session:
– session_destroy();

Is This Answer Correct ?    9 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is php full form?

1062


Write a program to display a table of any given number?

940


How do you find the length of a string in php?

987


How many ways to include array elements in double-quoted strings using php?

1051


What is psr in php?

1054


What are the uses of php language?

974


What is the difference between laravel and php?

928


What is isset function in php?

1184


Which functions are used to count the total number of array elements in php?

1027


Why is php used for web development?

968


What's the difference between accessing a class method via -> and via ::?

1124


How can you execute php script from the command line?

1012


What are the different loops in php?

1072


Is PHP runs on different platforms (Windows, Linux, Unix, etc.)?

1051


List the different types of print functions available in php?

922