my php session variable arent accessible when im on a page which is which has a varible being sent in its url i.e when on http://myurlId.php?id=1 php varible arent accessed .. when on a normal page with no varaibles being send with url session varibles are accessed just fine.
+1
A:
Are you starting the session on this other page as well?
session_start() is required for every page using the session.
Ólafur Waage
2009-10-09 09:36:05