Forum Moderators: coopster
Have you tried any simple examples to start with?
Create a script which starts the session and displays a form. Submit the form to a new page/script which will read your session variables and display them in the browser.
Start simple to get a feel for how it works. Don't try to get complex until you nail the basics down. See this PHP manual page on session_start() [php.net] for a simple example.