im creating session variables in one page and when i try to access session variables on other page then session variables does not exists. Means it exists only on the page in which they are defined and not accessible on other pages.
But works very well on my localhost. it happens only on the server after uploading script. There is no error i have uses session_start() on the top of the code.



Reply With Quote


