Witaj Gościu! ( Zaloguj | Rejestruj )

Forum PHP.pl

> Puste sesje w internet explorer oraz konqueror
subox
post
Post #1





Grupa: Zarejestrowani
Postów: 3
Pomógł: 0
Dołączył: 24.05.2004
Skąd: Bytów/Szczecin

Ostrzeżenie: (0%)
-----


Witam,

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
  1. <?php
  2. $sub = 6;
  3. $_SESSION['sub'] = $sub;
  4. ?>
  5. <a href="w.php">W</a>

w.php http://wkobierowski.strony.wi.ps.pl/test/w.php
  1. <?php
  2. print_r($_SESSION);
  3. ?>

print_r w przypadku opery i firefoxa wyświetla:
Kod
Array ( [sub] => 6 )

Natomiast w internet explorer oraz konqueror:
Kod
Array ( )
Go to the top of the page
+Quote Post

Posty w temacie


Reply to this topicStart new topic
2 Użytkowników czyta ten temat (2 Gości i 0 Anonimowych użytkowników)
0 Zarejestrowanych:

 



RSS Aktualny czas: 25.09.2025 - 21:57