Hi Friends I have big issue in my website, After login my site when i click some other pages my sessions was automatically expires Please check username : webmaster Password : webportal http://bvkportal.freehostia.com and provide your feedback. Regards, Vijay
You need to make sure at the top of each PHP page you're calling: session_start(); Code (markup): Otherwise you'll never get the previous session information.