View
file called
delete_session_data.ctp
under the same Sessions
directory and copy the following code in that file.
src/Template/Sessions/delete_session_data.ctp
CakePHP
78
Data deleted from session.
Create another
View
file called
destroy_session_data.ctp
under the same Sessions
directory and copy the following code in that file.
src/Template/Sessions/destroy_session_data.ctp
Session Destroyed.
Output
Execute the above example by visiting the following URL. This URL will help you write data
in session.
http://localhost:85/CakePHP/session-write
Visit the following URL
to read session data
: http://localhost:85/CakePHP/session-read
CakePHP
79
Visit the following URL
Do'stlaringiz bilan baham: |