|
Posted by Good Man on 11/18/06 18:57
"Maximus" <teddy.am@gmail.com> wrote in news:1163869860.838020.132370
@k70g2000cwa.googlegroups.com:
> Lately, i installed WAMP server on my pc, and started coding as always.
>
> Today, I noticed that sessions started going weird.
>
> I declare a session in page1 for example, I echo it in page2 after a
> form submission ... al goes fine ... then click a link on page2 leading
> to page 3 ..... the session is no longer valid.
>
> echoing the session gives NULL
>
>
> What's wring? any help?
> I am using session_start(); in all 3 pages.
are you calling it properly, via $_SESSION['mysession']; and not just
expecting $mysession to exist without that?
Navigation:
[Reply to this message]
|