I'm using paypal and i'm coming across this error, i fill out everything correctly and my paypal account gets the charge and that works fine. Then when i return to my website the session is gone....btu as soon as i click a link the session is back.
| SitePoint Sponsor |


I'm using paypal and i'm coming across this error, i fill out everything correctly and my paypal account gets the charge and that works fine. Then when i return to my website the session is gone....btu as soon as i click a link the session is back.
Could it be that page only?
If you go to that page directly, does the session exist?
Jake Arkinstall
"Sometimes you don't need to reinvent the wheel;
Sometimes its enough to make that wheel more rounded"-Molona


Yeah, if you goto the page directly the session works fine.


Essential here is the flow:
Goto activate.php
click pay by paypal
return to activate.php?id=active
So sessions work on the first load, but not on the return.


Could be you're at www.example.com one time and example.com the other.
- Robert


Nah, i'm not sure what it was, but i fixed one bug and it fixed this one.
session.referer_check would cause this.
Bookmarks