Mam puste sesje w ie oraz konqueror, natomiast w firefoxie i operze działają prawidłowo.
Oto przykład:
test.php http://wkobierowski.strony.wi.ps.pl/test/test.php
<?php $sub = 6; $_SESSION['sub'] = $sub; ?> <a href="w.php">W</a>
w.php http://wkobierowski.strony.wi.ps.pl/test/w.php
<?php ?>
print_r w przypadku opery i firefoxa wyświetla:
Kod
Array ( [sub] => 6 )
Natomiast w internet explorer oraz konqueror:
Kod
Array ( )