Posted by Maximus on 11/18/06 17:11
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.
[Back to original message]
|