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...


What are sessions in php. How to read, write and delete session in cakephp?



What are sessions in php. How to read, write and delete session in cakephp?..

Answer / Vishal Kumar

"In PHP, sessions are used to store user data across multiple requests. To use sessions in CakePHP, follow these steps:

1. Write session data using `$this->Session->write('key', 'value')`.
2. Read session data using `$this->Session->read('key')`.
3. Delete a specific session key with `$this->Session->delete('key')` or clear the entire session using `$this->Session->clear()`.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More CakePHP Interview Questions

Can we use ajax in cakephp?

1 Answers  


How to set layout in the controller?

1 Answers  


What is cakephp used for?

1 Answers  


Please write the name of cakephp database configuration file name and its location?

1 Answers  


What is name of default function and controller of cakephp which is called automatically?

1 Answers  


How can you make urls search engine friendly while using cakephp?

1 Answers  


What is a layout?

1 Answers  


What do you mean by habtm?

1 Answers  


What are the key features of cakephp?

1 Answers  


How to create a cakephp project using composer?

1 Answers  


What is the name of cakephp database configuration file?

1 Answers  


What is composer? How to create a cakephp project using composer?

1 Answers  


Categories