I want an example, how to create a session (with a given value and without using cookies) and to retrieve its value on another page (if browser of server is not closed).
Check out the annotated manual:
http://www.php.net/manual/ref.session.php
I have tried it, but no use. PLEASE give me examples, one for creating (use value stored in variable $login) and other of retrieving its value in a variable $temp.