Please, check if my code is right
page1 is a form
page2
session_start();
$_SESSION['ses_kod'] = $_POST['txtkod'];
It works up to here. Then I have a page 3
<?php session_start();
?>
Here is the problem, I cannot retreive any data.
Also, as I said page2 is working, but when loading the page itself (a link that points to the page itself) data is lost.