Guys i want some help in the given topic. Well i downloaded a login script from http://www.evolt.org/ and i have been using this script for my site.
As i was working on with the script i got the "Web page expired" problem for which i searched the net and found out the solution as [HTML]ini_set('sessio n.cache_limiter ', 'private');[/HTML]. It get rid of the problem but when i log out from the admin control panel and click the back button, it still shows the admin panel which should not be. Infact when i was not using this solution, the script use to work fine which means if I logout and click the back button i could not enter the admin panel but it would show me the login screen. So what is the solution for my new problem. I wanna know is there any other ways by which i can get rid of the "Web page expired" issue and i dont wanna use the solution above which i have reffered to. Please advise me!
By the way i dont wanna use the GET method either as a solution.
As i was working on with the script i got the "Web page expired" problem for which i searched the net and found out the solution as [HTML]ini_set('sessio n.cache_limiter ', 'private');[/HTML]. It get rid of the problem but when i log out from the admin control panel and click the back button, it still shows the admin panel which should not be. Infact when i was not using this solution, the script use to work fine which means if I logout and click the back button i could not enter the admin panel but it would show me the login screen. So what is the solution for my new problem. I wanna know is there any other ways by which i can get rid of the "Web page expired" issue and i dont wanna use the solution above which i have reffered to. Please advise me!
By the way i dont wanna use the GET method either as a solution.
Comment